Skip to content

Commit

Permalink
cache install as well!
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed May 17, 2024
1 parent e14ea73 commit 365d081
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ jobs:
run: |
npm install -g esy@0.6.12
- name: Install
run: esy install

- name: Print esy cache
id: print_esy_cache
run: node .github/workflows/print_esy_cache.js
Expand All @@ -94,7 +91,10 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ steps.print_esy_cache.outputs.esy_cache }}
key: ${{ matrix.os }}-${{ hashFiles('**/index.json') }}
key: ${{ matrix.os }}-${{ hashFiles('esy.lock/index.json') }}

- name: Install
run: esy install

- name: build
run: esy b
Expand Down

0 comments on commit 365d081

Please sign in to comment.