-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c3d136
commit 76a7cce
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:' || runner.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:' || env.HOME }}/.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] | ||
|