Skip to content

Commit

Permalink
kill CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Nov 27, 2022
1 parent ffd939c commit e2c367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -70,7 +70,7 @@ jobs:
~/.cargo/registry/src/
~/.cargo/git/db/
src/rust/target/
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-3-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-4-${{ hashFiles('**/Cargo.lock') }}

- uses: actions/checkout@v3.0.2
timeout-minutes: 3
Expand Down

0 comments on commit e2c367c

Please sign in to comment.