diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-09-02 18:55:00 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-09-02 18:55:00 +0300 |
commit | 2747d3c8005e6978d659eb7d9b109237a4896b71 (patch) | |
tree | b730854d93d32a8eada1556358840a6a08fcaebf | |
parent | 1758550758143d4ea73c76c767f791b6c83b3da7 (diff) | |
download | sciteco-2747d3c8005e6978d659eb7d9b109237a4896b71.tar.gz |
nightly builds: install some more Ubuntu packages required by pkg2appimage
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 89f11b3..e96d973 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,7 +25,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - sudo apt-get install -y libfuse2 + sudo apt-get install -y libfuse2 imagemagick wget cd AppImage gh release download -R AppImageCommunity/pkg2appimage -O pkg2appimage.AppImage \ -p 'pkg2appimage-*-x86_64.AppImage' continuous |