upgrade: rusty_v8 0.26.0 (#11625)

This commit is contained in:
Bartek Iwańczuk 2021-08-10 09:13:02 +02:00 committed by GitHub
parent 3a7de8e40f
commit 162ec192b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -255,7 +255,7 @@ jobs:
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git/db
key: f-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
key: g-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
# In main branch, always creates fresh cache
- name: Cache build output (main)
@ -270,7 +270,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: |
f-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }}
g-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }}
# Restore cache from the latest 'main' branch build.
- name: Cache build output (PR)
@ -286,7 +286,7 @@ jobs:
!./target/*/*.tar.gz
key: never_saved
restore-keys: |
f-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-
g-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-
# Don't save cache after building PRs or branches other than 'main'.
- name: Skip save cache (PR)