mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 04:07:21 +00:00
actions: re-enable win arm64 (final push hopefully)
This commit is contained in:
parent
c7ae9cdd6a
commit
7cfa8836f8
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user