diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-06-25 06:54:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 12:54:53 +0200 |
| commit | 48f9df9aa236599ef560cff42dbf5ce7acdd51df (patch) | |
| tree | 9d2f4f93d408792f95ce075e59f5210546a76515 /.github | |
| parent | d832d2bfd1f0487181f96bdecd7a28968a150fac (diff) | |
upgrade: rusty_v8 0.23.0 (V8 9.2.230.12) (#11113)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8570c4e2..a91bea9b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: ~/.cargo/registry/index ~/.cargo/registry/cache ~/.cargo/git/db - key: z-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }} + key: b-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }} # In main branch, always creates fresh cache - name: Cache build output (main) @@ -251,7 +251,7 @@ jobs: !./target/*/*.zip !./target/*/*.tar.gz key: | - z-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }} + b-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }} # Restore cache from the latest 'main' branch build. - name: Cache build output (PR) @@ -267,7 +267,7 @@ jobs: !./target/*/*.tar.gz key: never_saved restore-keys: | - z-cargo-target-${{ matrix.os }}-${{ matrix.profile }}- + b-cargo-target-${{ matrix.os }}-${{ matrix.profile }}- # Don't save cache after building PRs or branches other than 'main'. - name: Skip save cache (PR) |
