Skip to content

Commit 45b2e8b

Browse files
authored
reinstate ARCH since it gets used later
1 parent 5138a36 commit 45b2e8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/appimage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
# Archlinux
9292
set -ex
9393
94+
ARCH=$(uname -m)
95+
echo "ARCH=$ARCH" >> $GITHUB_ENV # Export ARCH to be reused on other steps
9496
EXTRA_PACKAGES="https://raw.githubusercontent.com/pkgforge-dev/Anylinux-AppImages/refs/heads/main/useful-tools/get-debloated-pkgs.sh"
9597
9698
echo "Installing build dependencies..."

0 commit comments

Comments
 (0)