From ea355c20add4ec7c31dbfa8cf35a3d9a3b62f9d1 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 22 Nov 2020 14:22:01 +1000 Subject: [PATCH] CI: Fix Windows/ARM64 build --- .github/workflows/rolling-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 109a396ef..5bd4e7cc6 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -70,7 +70,7 @@ jobs: - name: Compile arm64 release build shell: cmd run: | - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ARM64 + call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64_arm64 msbuild duckstation.sln -t:Build -p:Platform=ARM64;Configuration=ReleaseLTCG - name: Remove extra bloat before archiving