Skip to content

Commit

Permalink
Install libxcb-cursor0
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 authored Apr 13, 2024
1 parent 15b5741 commit 9d79e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
BUILD_DIRECTORY: ${{ steps.theterminal.outputs.build-directory }}
INSTALL_DIRECTORY: ${{ steps.theterminal.outputs.install-directory }}
run: |
sudo apt-get install libfuse2
sudo apt-get install libfuse2 libxcb-cursor0
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 9d79e1f

Please sign in to comment.