reinstate ARCH since it gets used later

This commit is contained in:
Samuel
2025-08-23 16:27:56 -04:00
committed by GitHub
parent 5138a3640d
commit 45b2e8bee5
+2
View File
@@ -91,6 +91,8 @@ jobs:
# Archlinux
set -ex
ARCH=$(uname -m)
echo "ARCH=$ARCH" >> $GITHUB_ENV # Export ARCH to be reused on other steps
EXTRA_PACKAGES="https://raw.githubusercontent.com/pkgforge-dev/Anylinux-AppImages/refs/heads/main/useful-tools/get-debloated-pkgs.sh"
echo "Installing build dependencies..."