mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Fix bug with pip installing pygifsicle.
This commit is contained in:
parent
8f138be8aa
commit
b4d0034e12
4
.github/workflows/docsgen.yml
vendored
4
.github/workflows/docsgen.yml
vendored
@ -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: |
|
||||
|
4
.github/workflows/forced_docsgen.yml
vendored
4
.github/workflows/forced_docsgen.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user