Skip to content

Commit

Permalink
Use Visual Studio 2022 in GitHub Actions for AArch64 Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Oct 3, 2023
1 parent c4a6ec8 commit 49b47ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ jobs:

- if: ${{ matrix.target == 'aarch64-pc-windows-msvc' }}
run: |
echo "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin" >> $GITHUB_PATH
echo "RUSTFLAGS=-C target-feature=+crt-static" >> $GITHUB_ENV
echo "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin" >> $GITHUB_PATH
# echo "RUSTFLAGS=-C target-feature=+crt-static" >> $GITHUB_ENV
shell: bash

- if: ${{ !contains(matrix.host_os, 'windows') }}
Expand Down

0 comments on commit 49b47ea

Please sign in to comment.