From 7cfa8836f89b5c288a244fceb3e4eaff39989b53 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 18 Apr 2025 09:22:10 -0400 Subject: [PATCH] actions: re-enable win arm64 (final push hopefully) --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce57df4a..fd8ad085 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,11 +88,11 @@ jobs: goal: build arch: Win64 openssl_archs: VC-WIN64A - # - os: windows-11-arm - # jid: 14 - # goal: build - # arch: arm64 - # openssl_archs: VC-WIN64-ARM + - os: windows-11-arm + jid: 14 + goal: build + arch: arm64 + openssl_archs: VC-WIN64-ARM - os: ubuntu-24.04 goal: test python: "3.10" @@ -167,7 +167,7 @@ jobs: echo "curl_retry=${curl_retry}" >> $GITHUB_ENV # GAMCFGDIR should be recreated on every run GAMCFGDIR="${RUNNER_TEMP}/.gam" - if [ "$arch" == "Win64" ]; then + if [ "$RUNNER_OS" == "Windows" ]; then GAMCFGDIR=$(cygpath -u "$GAMCFGDIR") fi echo "GAMCFGDIR=${GAMCFGDIR}" >> $GITHUB_ENV