Skip to content

Commit

Permalink
change cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed Dec 8, 2024
1 parent e74270d commit f06fe43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
components: clippy

- uses: Swatinem/rust-cache@v2
id: cache-rust
with:
prefix-key: "v0-rust-${{ steps.setup-rust.outputs.cachekey }}"
key: clippy
shared-key: clippy

- name: Make sure code is linted
run: cargo +nightly xtask powerset clippy
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "v0-rust-${{ steps.setup-rust.outputs.cachekey }}"
key: test
shared-key: test

- uses: cargo-bins/cargo-binstall@main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
cleanup:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: write
steps:
Expand Down

0 comments on commit f06fe43

Please sign in to comment.