mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-02-19 10:09:39 +00:00
Try to fix example rendering when doing docsgen on GitHub Action VM.
This commit is contained in:
parent
07453400b1
commit
1ab28d9632
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docsgen.yml
vendored
2
.github/workflows/docsgen.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install OpenSCAD
|
- name: Install OpenSCAD
|
||||||
run: |
|
run: |
|
||||||
curl -L -o OpenSCAD.dmg https://files.openscad.org/OpenSCAD-2021.01.dmg
|
curl -L -o OpenSCAD.dmg https://files.openscad.org/snapshots/OpenSCAD-2021.03.08.dmg
|
||||||
hdiutil attach OpenSCAD.dmg
|
hdiutil attach OpenSCAD.dmg
|
||||||
cp -a /Volumes/OpenSCAD/OpenSCAD.app /Applications/
|
cp -a /Volumes/OpenSCAD/OpenSCAD.app /Applications/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue