CI: Remove unnecessary RUSTFLAGS for aarch64-pc-windows-msvc.

This isn't necessary though it may be useful.
This commit is contained in:
Brian Smith 2023-12-05 18:22:00 -08:00
parent 0006e3d64a
commit ae3b83042f

View File

@ -262,7 +262,6 @@ 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
shell: bash
- if: ${{ !contains(matrix.host_os, 'windows') }}