mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-14 02:14:01 +02:00
fix workflows
This commit is contained in:
2
.github/workflows/gen_docs.yml
vendored
2
.github/workflows/gen_docs.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle libfuse2
|
||||
|
||||
- name: Install OpenSCAD-DocsGen package.
|
||||
run: sudo pip3 install openscad-docsgen
|
||||
run: sudo pip3 install openscad-docsgen imageio
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
|
2
.github/workflows/gen_tutorials.yml
vendored
2
.github/workflows/gen_tutorials.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle libfuse2
|
||||
|
||||
- name: Install OpenSCAD-DocsGen package.
|
||||
run: sudo pip3 install openscad-docsgen
|
||||
run: sudo pip3 install openscad-docsgen imageio
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil libfuse2
|
||||
|
||||
- name: Install OpenSCAD-DocsGen package.
|
||||
run: sudo pip3 install openscad-docsgen
|
||||
run: sudo pip3 install openscad-docsgen imageio
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user