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 93f345f commit e455641
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:/.esy' || $HOME }}
esy-prefix: ${{ runner.os == 'Windows' && 'D:/.esy' || runner.env.HOME }}
- name: Export esy cache
run: esy export-dependencies
- uses: actions/[email protected]
Expand Down

0 comments on commit e455641

Please sign in to comment.