diff options
| author | Bert Belder <bertbelder@gmail.com> | 2020-04-22 20:24:49 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2020-04-23 03:35:52 +0200 |
| commit | 10a174834e6e59ea055d6098a07b82a3854a2db9 (patch) | |
| tree | 36b9a082d4726a3f0f6c474fd48b59cac85fa762 /.github/workflows | |
| parent | c43aaa39960bd1a79b4a3d768b62ea293e0ab79f (diff) | |
Upgrade to rusty_v8 v0.4.0 (#4856)
Diffstat (limited to '.github/workflows')
| -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' |
