ci(check-and-build-and-test): in the msrv job, remove existing Rust stuff that's making the Windows MSRV verification fail

This commit is contained in:
J / Jacob Babich
2024-10-11 03:22:14 -04:00
parent ce1b66d516
commit b7eb5330b5

View File

@@ -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: