mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 13:40:33 +02:00
Using snap apps in github actions is unreliable.
This commit is contained in:
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: |
|
||||
|
Reference in New Issue
Block a user