mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Use a Github Actions cache version that works (#5113)
This commit is contained in:
parent
6666f1d36a
commit
102a247ebb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home"
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@master
|
||||
uses: denoland/github-actions-cache@stable-prerelease
|
||||
with:
|
||||
# Note: crates from the denoland/deno git repo always get rebuilt,
|
||||
# and their outputs ('deno', 'libdeno.rlib' etc.) are quite big,
|
||||
|
|
Loading…
Add table
Reference in a new issue