Skip to content

Commit

Permalink
add libfuse2 for linuxdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rednik1337 authored Nov 24, 2024
1 parent f2bcf20 commit e05b1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
submodules: 'recursive'

- name: 'Install dependencies'
run: sudo apt-get install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config
run: sudo apt-get install -y libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config libfuse2

- name: 'Configure CMake'
run: cmake -B ${{github.workspace}}/build_${{ matrix.arch_level }} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DARCH_LEVEL=${{ matrix.arch_level }}
Expand Down

0 comments on commit e05b1a5

Please sign in to comment.