From eb5c6b93543ca1423117045dbbfee0b6f653d392 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 28 Sep 2022 13:42:40 -0700 Subject: Make github CI build aarch64 binaries on release. (#2417) --- .github/workflows/windows.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github/workflows/windows.yml') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4fb9f0c58..e201d4613 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,12 +22,9 @@ jobs: fetch-depth: '0' - name: setup-msbuild uses: microsoft/setup-msbuild@v1 - - - name: premake - run: - .\premake.bat vs2017 --enable-embed-stdlib=true --arch=${{matrix.platform}} --deps=true --no-progress=true - name: build - run: + run: | + .\premake.bat vs2019 --enable-embed-stdlib=true --arch=${{matrix.platform}} --deps=true --no-progress=true MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0 -warnAsError - uses: actions/upload-artifact@v3 with: -- cgit v1.2.3