Merge pull request #559 from revarbat/revarbat_dev

More github action testing.
This commit is contained in:
Revar Desmera 2021-05-31 15:33:19 -07:00 committed by GitHub
commit 06cd1a1490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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