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
3 changed files with 3 additions and 12 deletions

View File

@@ -22,14 +22,11 @@ jobs:
run: sudo apt update run: sudo apt update
- name: Install Packages - 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 - name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen run: sudo pip3 install openscad_docsgen
- name: Install pygifsicle
run: sudo pip3 install pygifsicle
- name: Install OpenSCAD - name: Install OpenSCAD
run: | run: |
cd $GITHUB_WORKSPACE cd $GITHUB_WORKSPACE

View File

@@ -20,14 +20,11 @@ jobs:
run: sudo apt update run: sudo apt update
- name: Install Packages - 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 - name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen run: sudo pip3 install openscad_docsgen
- name: Install pygifsicle
run: sudo pip3 install pygifsicle
- name: Install OpenSCAD - name: Install OpenSCAD
run: | run: |
cd $GITHUB_WORKSPACE cd $GITHUB_WORKSPACE

View File

@@ -20,14 +20,11 @@ jobs:
run: sudo apt update run: sudo apt update
- name: Install Packages - 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 - name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen run: sudo pip3 install openscad_docsgen
- name: Install pygifsicle
run: sudo pip3 install pygifsicle
- name: Install OpenSCAD - name: Install OpenSCAD
run: | run: |
cd $GITHUB_WORKSPACE cd $GITHUB_WORKSPACE