mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
FUSE fix for github action VMs.
This commit is contained in:
parent
d4fb4b2aa3
commit
0ab1829bb2
4
.github/workflows/gen_docs.yml
vendored
4
.github/workflows/gen_docs.yml
vendored
@ -17,8 +17,8 @@ jobs:
|
|||||||
- name: Apt Update
|
- name: Apt Update
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
|
||||||
- name: Install Python dev
|
- name: Install Required Libraries
|
||||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle
|
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle libfuse2
|
||||||
|
|
||||||
- name: Install OpenSCAD-DocsGen package.
|
- name: Install OpenSCAD-DocsGen package.
|
||||||
run: sudo pip3 install openscad-docsgen
|
run: sudo pip3 install openscad-docsgen
|
||||||
|
4
.github/workflows/gen_tutorials.yml
vendored
4
.github/workflows/gen_tutorials.yml
vendored
@ -17,8 +17,8 @@ jobs:
|
|||||||
- name: Apt Update
|
- name: Apt Update
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
|
||||||
- name: Install Python dev
|
- name: Install Required Libraries
|
||||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle
|
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle libfuse2
|
||||||
|
|
||||||
- name: Install OpenSCAD-DocsGen package.
|
- name: Install OpenSCAD-DocsGen package.
|
||||||
run: sudo pip3 install openscad-docsgen
|
run: sudo pip3 install openscad-docsgen
|
||||||
|
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
|||||||
- name: Apt Update
|
- name: Apt Update
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
|
||||||
- name: Install Python dev
|
- name: Install Required Libraries
|
||||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil
|
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil libfuse2
|
||||||
|
|
||||||
- name: Install OpenSCAD-DocsGen package.
|
- name: Install OpenSCAD-DocsGen package.
|
||||||
run: sudo pip3 install openscad-docsgen
|
run: sudo pip3 install openscad-docsgen
|
||||||
@ -77,8 +77,8 @@ jobs:
|
|||||||
- name: Apt Update
|
- name: Apt Update
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
|
||||||
- name: Install Python dev
|
- name: Install Required Libraries
|
||||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil
|
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil libfuse2
|
||||||
|
|
||||||
- name: Install OpenSCAD-DocsGen package.
|
- name: Install OpenSCAD-DocsGen package.
|
||||||
run: sudo pip3 install openscad-docsgen
|
run: sudo pip3 install openscad-docsgen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user