From ae3b83042fe50f06efc38779eb9e8cf4a4e259a1 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 5 Dec 2023 18:22:00 -0800 Subject: [PATCH] CI: Remove unnecessary RUSTFLAGS for aarch64-pc-windows-msvc. This isn't necessary though it may be useful. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bac87da2d0..ab96d813f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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') }}