Using snap apps in github actions is unreliable.

This commit is contained in:
Revar Desmera 2020-06-19 18:57:53 -07:00
parent 33c8751f4a
commit 1d8e2ddcbc
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ jobs:
# This workflow contains a single job called "gendocs"
CheckDocs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
@ -37,7 +37,7 @@ jobs:
run: sudo pip3 install Pillow
- name: Install OpenSCAD
run: sudo snap install openscad
run: sudo apt-get install openscad
- name: Generating Docs
run: |

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,347];
BOSL_VERSION = [2,0,348];
// Section: BOSL Library Version Functions