moved fuse installation with other dependencies

This commit is contained in:
TheTollingBell 2024-09-12 08:00:12 -04:00 committed by GitHub
parent 19bf8e04d6
commit a9edbcc499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,11 +18,6 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
- name: Install fuse dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install fuse
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
@ -45,7 +40,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt update
sudo apt install -y rpm
sudo apt install -y rpm fuse
- name: Install WiX Toolset
if: ${{ matrix.os == 'windows-latest' }}
run: |