mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-08 13:17:00 +02:00
Merge pull request #557 from revarbat/revarbat_dev
Fix bug with pip installing pygifsicle.
This commit is contained in:
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: |
|
||||
|
Reference in New Issue
Block a user