mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-12 17:09:28 -05:00
ci: use upstream actions/cache@v2 (#402)
Upstream finally tagged v2.0.0 so there's no reason to use our own fork any longer.
This commit is contained in:
parent
35e7e73ff4
commit
72042f2401
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
|||
run: echo "::set-env name=CARGO_HOME::$(pwd)/target/cargo"
|
||||
|
||||
- name: Cache
|
||||
uses: denoland/github-actions-cache@stable-prerelease
|
||||
uses: actions/cache@v2
|
||||
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 a new issue