Skip to content

Commit

Permalink
use cache v2 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi authored May 27, 2020
1 parent a722301 commit 2ed40d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm install -g esy

- name: Try to restore install cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.esy/source
key: source-${{ hashFiles('**/index.json') }}
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Try to restore build cache
id: deps-cache-macos
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ${{ steps.print_esy_cache.outputs.esy_cache }}
key: build-${{ matrix.os }}-${{ hashFiles('**/index.json') }}
Expand Down

0 comments on commit 2ed40d4

Please sign in to comment.