mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +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
|
- name: Install openscad-docsgen
|
||||||
run: sudo pip3 install openscad_docsgen
|
run: sudo pip3 install openscad_docsgen
|
||||||
|
|
||||||
- name: Install gifsicle
|
- name: Install pygifsicle
|
||||||
run: sudo pip3 install gifsicle
|
run: sudo pip3 install pygifsicle
|
||||||
|
|
||||||
- name: Install OpenSCAD
|
- name: Install OpenSCAD
|
||||||
run: |
|
run: |
|
||||||
|
4
.github/workflows/forced_docsgen.yml
vendored
4
.github/workflows/forced_docsgen.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
|||||||
- name: Install openscad-docsgen
|
- name: Install openscad-docsgen
|
||||||
run: sudo pip3 install openscad_docsgen
|
run: sudo pip3 install openscad_docsgen
|
||||||
|
|
||||||
- name: Install gifsicle
|
- name: Install pygifsicle
|
||||||
run: sudo pip3 install gifsicle
|
run: sudo pip3 install pygifsicle
|
||||||
|
|
||||||
- name: Install OpenSCAD
|
- name: Install OpenSCAD
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user