diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-04-08 15:00:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 15:00:53 -0400 |
commit | b30ac9c5cf58c34ed71d2f470cdbcd86a6096987 (patch) | |
tree | 10fc96d121e2b610a70fec2504a99fe91c675bc9 | |
parent | 3dd525d7675f8434dac07ba359480e0d6cb07a7a (diff) |
Clear CI cache (#10071)
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36b462ab2..f2a39e08f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,9 +177,9 @@ jobs: ~/.cargo/git ~/.cargo/registry ./target - key: cache-${{ github.ref }}-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} + key: cache2-${{ github.ref }}-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} restore-keys: | - cache-refs/heads/main-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} + cache2-refs/heads/main-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} - name: test_format.js if: matrix.kind == 'lint' |