Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth authored Jun 25, 2024
1 parent 43b51cc commit 151d596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: npm install -g esy@dev
- uses: esy/github-action@prometheansacrifice/fix-prefix-not-passed-to-esy-commands
with:
source-cache-key: 20240625-3
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240625-3
source-cache-key: 20240625-4
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240625-4
esy-prefix: ${{ runner.os == 'Windows' && 'D:/.esy' || '' }} # Because projects and esy cache have to be on same drive on Windows otherwise we run into EXDEV/Invalid link issue.
- name: Export esy cache
run: esy export-dependencies
Expand Down

0 comments on commit 151d596

Please sign in to comment.