Skip to content

Commit

Permalink
Install libzstd-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Dec 26, 2023
1 parent fdbf745 commit 4f23e69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/appimage-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
working-directory: AppImage
env:
USE_CUTTING_EDGE_BACKENDS: 1
run: bash build-ratarmount-appimage.sh
run: |
# Required to install Python module from tarball
sudo apt-get -y install libzstd-dev
bash build-ratarmount-appimage.sh
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4f23e69

Please sign in to comment.