From 4c3d13621000b9b0213726c46217e4d7a8e49c16 Mon Sep 17 00:00:00 2001 From: prometheansacrifice <3097018+ManasJayanth@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:02:45 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5ef3bd..ce80079 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:/.esy' || runner.env.HOME }} + 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. - name: Export esy cache run: esy export-dependencies - uses: actions/upload-artifact@v4.3.1