Skip to content

Commit

Permalink
WIP: Use a different cache key to debug permission problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Sep 13, 2022
1 parent d375c8c commit 29cde67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
python-version: "3.10"
- uses: Swatinem/rust-cache@v1
with:
key: coverage-cargo-${{ matrix.os }}
key: coverage1-cargo-${{ matrix.os }}
continue-on-error: true
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 29cde67

Please sign in to comment.