summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-04-12 22:14:40 +0000
committerBert Belder <bertbelder@gmail.com>2021-04-13 02:54:36 +0200
commitb9f758d3ad6b71d9ac7bcae7192985a1f9258724 (patch)
tree27a541a89405047fd354ca9a56c6a64f18b0331e /.github
parentdabce813e064b7b3a2197cb327bde00e7b403688 (diff)
upgrade: rusty_v8 0.22.0 (V8 9.1.269.2) (#10152)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1ad068ed5..611608903 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -175,9 +175,9 @@ jobs:
~/.cargo/registry
./target
key:
- ${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
+ a-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
- ${{ matrix.os }}-${{ matrix.kind }}-
+ a-${{ matrix.os }}-${{ matrix.kind }}-
- name: Apply and update mtime cache
uses: ./.github/mtime_cache