mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Using snap apps in github actions is unreliable.
This commit is contained in:
parent
33c8751f4a
commit
1d8e2ddcbc
2 changed files with 3 additions and 3 deletions
4
.github/workflows/checkdocs.yml
vendored
4
.github/workflows/checkdocs.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,347];
|
||||
BOSL_VERSION = [2,0,348];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue