mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
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:
@@ -221,8 +221,10 @@ jobs:
|
|||||||
shared-key: ${{ matrix.supporteds.target }}-latest-variable
|
shared-key: ${{ matrix.supporteds.target }}-latest-variable
|
||||||
cache-on-failure: "true"
|
cache-on-failure: "true"
|
||||||
|
|
||||||
- name: Delete existing cargo stuff
|
- name: Delete existing rust-analyzer
|
||||||
run: rm ~/.cargo/bin/rust-analyzer ~/.cargo/bin/rustfmt
|
run: rm ~/.cargo/bin/rust-analyzer
|
||||||
|
- name: Delete existing rustfmt
|
||||||
|
run: rm ~/.cargo/bin/rustfmt
|
||||||
|
|
||||||
- run: rustup update
|
- run: rustup update
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user