Skip to content

Commit

Permalink
Use a Github Actions cache version that works (denoland#5113)
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed May 6, 2020
1 parent 6666f1d commit 102a247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 102a247

Please sign in to comment.