fix: for non-interactive

This commit is contained in:
Erica Marigold 2023-08-03 20:05:32 +05:30 committed by GitHub
parent 62f225dc72
commit 704e07bcce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
--volume "${PWD}:/build"
run: |
apt update
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
cd /build
./pkg2appimage/pkg2appimage lune.yml
mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage