ci(check-and-build-and-test): in the msrv job, break up the deletion step so that it may work on Windows

This commit is contained in:
J / Jacob Babich
2024-10-11 03:43:26 -04:00
parent 4940e4a431
commit efa41c169c

View File

@@ -221,8 +221,10 @@ jobs:
shared-key: ${{ matrix.supporteds.target }}-latest-variable
cache-on-failure: "true"
- name: Delete existing cargo stuff
run: rm ~/.cargo/bin/rust-analyzer ~/.cargo/bin/rustfmt
- name: Delete existing rust-analyzer
run: rm ~/.cargo/bin/rust-analyzer
- name: Delete existing rustfmt
run: rm ~/.cargo/bin/rustfmt
- run: rustup update