From cd87b787d9db733f8826da15ae90ff1882a94865 Mon Sep 17 00:00:00 2001 From: Auguste Lalande Date: Sun, 19 May 2024 08:25:06 -0400 Subject: [PATCH] Fix windows-ci failure (#11470) ## Summary The recent issues with the windows CI seem to be caused by https://github.com/nextest-rs/nextest/issues/1493. With this https://github.com/nextest-rs/nextest/issues/1493#issuecomment-2106331574 as a fix. (Let's see if it works) --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16835d4ce8..5c8845cb59 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -167,6 +167,9 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: "Run tests" shell: bash + env: + # Workaround for . + RUSTUP_WINDOWS_PATH_ADD_BIN: 1 run: | cargo nextest run --all-features --profile ci cargo test --all-features --doc