Skip to content

Commit

Permalink
CI: Remove unnecessary RUSTFLAGS for aarch64-pc-windows-msvc.
Browse files Browse the repository at this point in the history
This isn't necessary though it may be useful.
  • Loading branch information
briansmith committed Dec 6, 2023
1 parent 0006e3d commit ae3b830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit ae3b830

Please sign in to comment.