mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-17 06:08:32 +01:00
Merge pull request #557 from revarbat/revarbat_dev
Fix bug with pip installing pygifsicle.
This commit is contained in:
commit
ee11b43c60
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