actions: re-enable win arm64 (final push hopefully)

This commit is contained in:
Jay Lee 2025-04-18 09:22:10 -04:00 committed by GitHub
parent c7ae9cdd6a
commit 7cfa8836f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,11 +88,11 @@ jobs:
goal: build goal: build
arch: Win64 arch: Win64
openssl_archs: VC-WIN64A openssl_archs: VC-WIN64A
# - os: windows-11-arm - os: windows-11-arm
# jid: 14 jid: 14
# goal: build goal: build
# arch: arm64 arch: arm64
# openssl_archs: VC-WIN64-ARM openssl_archs: VC-WIN64-ARM
- os: ubuntu-24.04 - os: ubuntu-24.04
goal: test goal: test
python: "3.10" python: "3.10"
@ -167,7 +167,7 @@ jobs:
echo "curl_retry=${curl_retry}" >> $GITHUB_ENV echo "curl_retry=${curl_retry}" >> $GITHUB_ENV
# GAMCFGDIR should be recreated on every run # GAMCFGDIR should be recreated on every run
GAMCFGDIR="${RUNNER_TEMP}/.gam" GAMCFGDIR="${RUNNER_TEMP}/.gam"
if [ "$arch" == "Win64" ]; then if [ "$RUNNER_OS" == "Windows" ]; then
GAMCFGDIR=$(cygpath -u "$GAMCFGDIR") GAMCFGDIR=$(cygpath -u "$GAMCFGDIR")
fi fi
echo "GAMCFGDIR=${GAMCFGDIR}" >> $GITHUB_ENV echo "GAMCFGDIR=${GAMCFGDIR}" >> $GITHUB_ENV