install fuse on only linux

This commit is contained in:
TheTollingBell 2024-09-11 08:22:59 -04:00 committed by GitHub
parent 5fba2f6e54
commit 12e4f5a795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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