install fuse on only linux
This commit is contained in:
parent
5fba2f6e54
commit
12e4f5a795
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Install fuse dependencies
|
- name: Install fuse dependencies
|
||||||
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install fuse
|
sudo apt-get install fuse
|
||||||
|
|
Loading…
Reference in a new issue