chore(actions): run required commands as root and use local dir in appimage workflow

This commit is contained in:
Erica Marigold 2025-05-01 07:23:15 +01:00 committed by GitHub
parent 815a42baba
commit 231f6468e8
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -25,13 +25,13 @@ jobs:
echo "Running build on debian linux $(uname -m)"
apt update
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
sudo apt-get update
sudo apt-get install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
wget https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$(uname -m).AppImage -O /usr/bin/appimagetool
chmod a+x /usr/bin/appimagetool
cd /build/lune.AppDir
cd ./package/appimage/lune.AppDir
ARCH=$(uname -m) /usr/bin/appimagetool .
mkdir ../out