Skip to content

Commit

Permalink
fix workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoDeSimone committed Nov 25, 2023
1 parent a21453c commit 48a2225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: install dependencies
run: |
sudo apt update --yes
sudo apt-get install --yes clang libssl-dev libvips-dev libsixel-dev libchafa-dev libtbb-dev build-essential libcurl4-openssl-dev libfmt-dev
sudo apt-get install --yes clang libssl-dev libvips-dev libsixel-dev libchafa-dev libtbb-dev build-essential libcurl4-openssl-dev libfmt-dev libxcb-image0-dev libxcb-image0 libxcb-res0 libxcb-res0-dev
- name: Build AppImage
run: |
./build_appimage.sh
Expand Down

0 comments on commit 48a2225

Please sign in to comment.