mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Merge pull request #426 from revarbat/revarbat_dev
Brew no like sudo in workflows.
This commit is contained in:
commit
d4525131fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docsgen.yml
vendored
2
.github/workflows/docsgen.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
path: BOSL2.wiki
|
||||
|
||||
- name: Install gifsicle
|
||||
run: sudo brew install gifsicle
|
||||
run: brew install gifsicle
|
||||
|
||||
- name: Install Pillow
|
||||
run: sudo pip3 install Pillow
|
||||
|
|
Loading…
Reference in a new issue