moved fuse installation with other dependencies
This commit is contained in:
parent
19bf8e04d6
commit
a9edbcc499
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue