From 48f9df9aa236599ef560cff42dbf5ce7acdd51df Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 25 Jun 2021 06:54:53 -0400 Subject: upgrade: rusty_v8 0.23.0 (V8 9.2.230.12) (#11113) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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) -- cgit v1.2.3