Added gifsicle install to docsgen workflow.

This commit is contained in:
Garth Minette 2021-02-19 20:33:37 -08:00
parent 02b49e3738
commit 2341c06889

View file

@ -17,6 +17,9 @@ jobs:
repository: ${{github.repository}}.wiki
path: BOSL2.wiki
- name: Install gifsicle
run: sudo brew install gifsicle
- name: Install Pillow
run: sudo pip3 install Pillow