mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-01 16:37:53 -04:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user