mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-05-03 17:43:46 +01:00
chore(actions): run required commands as root and use local dir in appimage workflow
This commit is contained in:
parent
815a42baba
commit
231f6468e8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/appimage.yaml
vendored
6
.github/workflows/appimage.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue