mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
Brew no like sudo in workflows.
This commit is contained in:
parent
2341c06889
commit
4a42da2159
2
.github/workflows/docsgen.yml
vendored
2
.github/workflows/docsgen.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
path: BOSL2.wiki
|
path: BOSL2.wiki
|
||||||
|
|
||||||
- name: Install gifsicle
|
- name: Install gifsicle
|
||||||
run: sudo brew install gifsicle
|
run: brew install gifsicle
|
||||||
|
|
||||||
- name: Install Pillow
|
- name: Install Pillow
|
||||||
run: sudo pip3 install Pillow
|
run: sudo pip3 install Pillow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user