Fix bug with pip installing pygifsicle.

This commit is contained in:
Garth Minette 2021-05-30 21:15:29 -07:00
parent 8f138be8aa
commit b4d0034e12
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ jobs:
- name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen
- name: Install gifsicle
run: sudo pip3 install gifsicle
- name: Install pygifsicle
run: sudo pip3 install pygifsicle
- name: Install OpenSCAD
run: |

View File

@ -25,8 +25,8 @@ jobs:
- name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen
- name: Install gifsicle
run: sudo pip3 install gifsicle
- name: Install pygifsicle
run: sudo pip3 install pygifsicle
- name: Install OpenSCAD
run: |