From fef8b08614bf6075fbf265ea1a3dab3957d20c91 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 12 Oct 2021 13:30:39 +0200 Subject: feat: update to V8 9.5 (#12399) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8a2f839c..33ce9b777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: ~/.cargo/registry/index ~/.cargo/registry/cache ~/.cargo/git/db - key: k-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }} + key: l-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }} # In main branch, always creates fresh cache - name: Cache build output (main) @@ -276,7 +276,7 @@ jobs: !./target/*/*.zip !./target/*/*.tar.gz key: | - k-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }} + l-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }} # Restore cache from the latest 'main' branch build. - name: Cache build output (PR) @@ -292,7 +292,7 @@ jobs: !./target/*/*.tar.gz key: never_saved restore-keys: | - k-cargo-target-${{ matrix.os }}-${{ matrix.profile }}- + l-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