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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user