Skip to content

Commit

Permalink
Install libfuse2
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Apr 13, 2024
1 parent 7e0e7fd commit 2ee2398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
BUILD_DIRECTORY: ${{ steps.theterminal.outputs.build-directory }}
INSTALL_DIRECTORY: ${{ steps.theterminal.outputs.install-directory }}
run: |
sudo apt-get install libfuse2
curl https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage -o linuxdeployqt -L
chmod +x ./linuxdeployqt
mkdir -p ./appdir/usr
Expand Down

0 comments on commit 2ee2398

Please sign in to comment.