Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 27, 2024
1 parent c2ca8f3 commit a029a0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autofix-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
- name: Cargo registry cache
uses: actions/cache@v3
with:
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-${{ github.sha }}
key: cargo-autofix-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-${{ github.sha }}
restore-keys: |
cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-
cargo-${{ runner.os }}-
cargo-autofix-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-
cargo-autofix-${{ runner.os }}-
path: |
~/.cargo/registry
~/.cargo/git
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bloat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Cargo registry cache
uses: actions/cache@v3
with:
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-${{ github.sha }}
key: cargo-bloat-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-${{ github.sha }}
restore-keys: |
cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-
cargo-${{ runner.os }}-
cargo-bloat-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-
cargo-bloat-${{ runner.os }}-
path: |
~/.cargo/registry
~/.cargo/git
Expand Down

0 comments on commit a029a0d

Please sign in to comment.