From b7eb5330b5990f232d21917a491864a8c50c5199 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Fri, 11 Oct 2024 03:22:14 -0400 Subject: [PATCH] ci(check-and-build-and-test): in the `msrv` job, remove existing Rust stuff that's making the Windows MSRV verification fail --- .github/workflows/check-and-build-and-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-and-build-and-test.yml b/.github/workflows/check-and-build-and-test.yml index 35d6b0b..048af40 100644 --- a/.github/workflows/check-and-build-and-test.yml +++ b/.github/workflows/check-and-build-and-test.yml @@ -216,6 +216,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Delete existing Rust stuff + run: rm -rf ~/.cargo/bin + - name: Install cargo-msrv uses: taiki-e/install-action@v2 with: