mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Make regressions install libfuse2 first.
This commit is contained in:
parent
0ab1829bb2
commit
0d1db73a7c
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -8,6 +8,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install Required Libraries
|
||||||
|
run: sudo apt-get install libfuse2
|
||||||
|
|
||||||
- name: Install OpenSCAD
|
- name: Install OpenSCAD
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user