diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e87b5..d263995 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/upload-artifact@v4.3.1