Skip to content

Commit

Permalink
ci: purge Rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Jan 22, 2024
1 parent 17d404e commit 0c21f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: Swatinem/rust-cache@v1
with:
key: rust-version-1.69.0-msrv
key: rust-version-1.69.0-msrv-2

- name: downgrade some dev-dependencies for msrv, see https://github.com/near/near-workspaces-rs/issues/336
run: ./scripts/fix_dependencies.sh
Expand All @@ -47,7 +47,7 @@ jobs:

- uses: Swatinem/rust-cache@v1
with:
key: rust-version-1.69.0-msrv
key: rust-version-1.69.0-msrv-2

- name: downgrade some dev-dependencies for msrv, see https://github.com/near/near-workspaces-rs/issues/336
run: ./scripts/fix_dependencies.sh
Expand Down

0 comments on commit 0c21f92

Please sign in to comment.