mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
More github action testing.
This commit is contained in:
parent
409462c4ca
commit
6d84f05590
5
.github/workflows/docsgen.yml
vendored
5
.github/workflows/docsgen.yml
vendored
@ -22,14 +22,11 @@ jobs:
|
||||
run: sudo apt update
|
||||
|
||||
- name: Install Packages
|
||||
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil gifsicle
|
||||
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil
|
||||
|
||||
- name: Install openscad-docsgen
|
||||
run: sudo pip3 install openscad_docsgen
|
||||
|
||||
- name: Install pygifsicle
|
||||
run: sudo pip3 install pygifsicle
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
5
.github/workflows/forced_docsgen.yml
vendored
5
.github/workflows/forced_docsgen.yml
vendored
@ -20,14 +20,11 @@ jobs:
|
||||
run: sudo apt update
|
||||
|
||||
- name: Install Packages
|
||||
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil gifsicle
|
||||
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil
|
||||
|
||||
- name: Install openscad-docsgen
|
||||
run: sudo pip3 install openscad_docsgen
|
||||
|
||||
- name: Install pygifsicle
|
||||
run: sudo pip3 install pygifsicle
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
5
.github/workflows/testwf.yml
vendored
5
.github/workflows/testwf.yml
vendored
@ -20,14 +20,11 @@ jobs:
|
||||
run: sudo apt update
|
||||
|
||||
- name: Install Packages
|
||||
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil gifsicle
|
||||
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil
|
||||
|
||||
- name: Install openscad-docsgen
|
||||
run: sudo pip3 install openscad_docsgen
|
||||
|
||||
- name: Install pygifsicle
|
||||
run: sudo pip3 install pygifsicle
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
Loading…
x
Reference in New Issue
Block a user