mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-12-15 12:45:29 -05:00
ci(check-and-build-and-test): in the msrv job, try making deleting the existing Rust stuff work cross-platform
This commit is contained in:
@@ -221,10 +221,12 @@ jobs:
|
||||
shared-key: ${{ matrix.supporteds.target }}-latest-variable
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: Delete existing cargo
|
||||
run: rm ~/.cargo/bin/carg*
|
||||
- name: Delete existing rust-analyzer
|
||||
run: rm ~/.cargo/bin/rust-analyzer
|
||||
run: rm ~/.cargo/bin/rust-analyze*
|
||||
- name: Delete existing rustfmt
|
||||
run: rm ~/.cargo/bin/rustfmt
|
||||
run: rm ~/.cargo/bin/rustfm*
|
||||
|
||||
- run: rustup update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user