summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-02 22:59:33 +0200
committerGitHub <noreply@github.com>2021-07-02 22:59:33 +0200
commitda654fddff505fed9696703eac5c90caf4750ce8 (patch)
tree32222d09f9465c884bd062b99f5bac9df00f23bd /.github
parenta70e2249cfcba0ae1d76fca764549031ed998369 (diff)
chore: upgrade rusty_v8 and serde_v8 (#11233)
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 44e11aae8..2f02e716f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -250,7 +250,7 @@ jobs:
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git/db
- key: c-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
+ key: d-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
# In main branch, always creates fresh cache
- name: Cache build output (main)
@@ -265,7 +265,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: |
- c-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }}
+ d-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }}
# Restore cache from the latest 'main' branch build.
- name: Cache build output (PR)
@@ -281,7 +281,7 @@ jobs:
!./target/*/*.tar.gz
key: never_saved
restore-keys: |
- c-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-
+ d-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-
# Don't save cache after building PRs or branches other than 'main'.
- name: Skip save cache (PR)