Don't hard-code use of static CRT in GitHub Actions AArch64 Windows build.

This commit is contained in:
Brian Smith 2023-10-03 08:27:09 -07:00
parent 49b47eabfa
commit c8e4b23af8

View File

@ -393,7 +393,6 @@ jobs:
- if: ${{ matrix.target == 'aarch64-pc-windows-msvc' }}
run: |
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') }}