summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-10-12 13:30:39 +0200
committerGitHub <noreply@github.com>2021-10-12 13:30:39 +0200
commitfef8b08614bf6075fbf265ea1a3dab3957d20c91 (patch)
treea13c44b0a6081321fd60751725a8d8d3465fb966 /.github
parent58f04d8e4600445fe681e845e06f28095c888379 (diff)
feat: update to V8 9.5 (#12399)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
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)