mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Merge pull request #921 from revarbat/revarbat_dev
Workflow testing 12.
This commit is contained in:
commit
781b0ce319
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gen_docs.yml
vendored
2
.github/workflows/gen_docs.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
run: sudo apt update
|
||||
|
||||
- name: Install Python dev
|
||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil
|
||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle
|
||||
|
||||
- name: Install OpenSCAD-DocsGen package.
|
||||
run: sudo pip3 install openscad-docsgen
|
||||
|
|
2
.github/workflows/gen_tutorials.yml
vendored
2
.github/workflows/gen_tutorials.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
run: sudo apt update
|
||||
|
||||
- name: Install Python dev
|
||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil
|
||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle
|
||||
|
||||
- name: Install OpenSCAD-DocsGen package.
|
||||
run: sudo pip3 install openscad-docsgen
|
||||
|
|
Loading…
Reference in a new issue