diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7381d9c4..d6b4658d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,13 +107,10 @@ jobs: target/*/.* target/*/build target/*/deps - target/*/gn_out key: ${{ matrix.config.os }}-${{ matrix.config.kind }}-${{ hashFiles('Cargo.lock') }} restore-keys: | - ${{ matrix.config.os }}-${{ matrix.config.kind }}-${{ hashFiles('Cargo.lock') }} ${{ matrix.config.os }}-${{ matrix.config.kind }}- - ${{ matrix.config.os }}- - name: lint.py if: matrix.config.kind == 'lint' |
