mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Use a Github Actions cache version that works (#368)
This commit is contained in:
parent
11340c9ca3
commit
041bcd1797
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
run: echo "::set-env name=CARGO_HOME::$(pwd)/target/cargo"
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@master
|
||||
uses: denoland/github-actions-cache@stable-prerelease
|
||||
with:
|
||||
# Note: rusty_v8 targets always get get rebuilt, and their outputs
|
||||
# ('librusty_v8.rlib', the whole 'gn_out' directory, etc.) can be
|
||||
|
Loading…
Reference in New Issue
Block a user