ci(check-and-build-and-test): in the msrv job, try removing some Rust toolchain binaries, then run rustup update

This commit is contained in:
J / Jacob Babich
2024-10-11 03:37:10 -04:00
parent 8b0b5d0839
commit 4940e4a431

View File

@@ -222,7 +222,9 @@ jobs:
cache-on-failure: "true"
- name: Delete existing cargo stuff
run: rm -rf ~/.cargo/bin
run: rm ~/.cargo/bin/rust-analyzer ~/.cargo/bin/rustfmt
- run: rustup update
- name: Install cargo-msrv
uses: taiki-e/install-action@v2