From c8e4b23af830b795145150ea488161e5cca252ca Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 3 Oct 2023 08:27:09 -0700 Subject: [PATCH] Don't hard-code use of static CRT in GitHub Actions AArch64 Windows build. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04aa39664e..fb3720b96d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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') }}