From 1d8e2ddcbc76998b03efa9bf305760de604d657c Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 19 Jun 2020 18:57:53 -0700 Subject: [PATCH] Using snap apps in github actions is unreliable. --- .github/workflows/checkdocs.yml | 4 ++-- version.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml index 428c365..2a1bc5d 100644 --- a/.github/workflows/checkdocs.yml +++ b/.github/workflows/checkdocs.yml @@ -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: | diff --git a/version.scad b/version.scad index 4cd20ba..127c0ca 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,347]; +BOSL_VERSION = [2,0,348]; // Section: BOSL Library Version Functions