0
0
Fork 0
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:
Bert Belder 2020-05-06 03:48:07 +02:00
parent 6666f1d36a
commit 102a247ebb
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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,