Skip to content

Commit 4c3d136

Browse files
authored
Update ci.yml
1 parent e455641 commit 4c3d136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
source-cache-key: 20240624-1
2626
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240511-1
27-
esy-prefix: ${{ runner.os == 'Windows' && 'D:/.esy' || runner.env.HOME }}
27+
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.
2828
- name: Export esy cache
2929
run: esy export-dependencies
3030
- uses: actions/[email protected]

0 commit comments

Comments
 (0)