Merge pull request #426 from revarbat/revarbat_dev

Brew no like sudo in workflows.
This commit is contained in:
Revar Desmera 2021-02-19 20:40:06 -08:00 committed by GitHub
commit d4525131fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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