Skip to content

Commit

Permalink
Don't hard-code use of static CRT in GitHub Actions AArch64 Windows b…
Browse files Browse the repository at this point in the history
…uild.
  • Loading branch information
briansmith committed Oct 3, 2023
1 parent 49b47ea commit c8e4b23
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 @@ -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') }}
Expand Down

0 comments on commit c8e4b23

Please sign in to comment.