Brew no like sudo in workflows.

This commit is contained in:
Garth Minette 2021-02-19 20:39:44 -08:00
parent 2341c06889
commit 4a42da2159

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