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 76a7cce commit f7525de
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 @@ -24,7 +24,7 @@ jobs:
with:
source-cache-key: 20240624-1
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240511-1
esy-prefix: ${{ runner.os == 'Windows' && 'D:' || env.HOME }}/.esy # Because projects and esy cache have to be on same drive on Windows otherwise we run into EXDEV/Invalid link issue.
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
- uses: actions/[email protected]
Expand Down

0 comments on commit f7525de

Please sign in to comment.