From 45bff70269a57723bdd2b6393d6a96669db525c0 Mon Sep 17 00:00:00 2001 From: prometheansacrifice <3097018+ManasJayanth@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:55:30 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4a445e..37bc47d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: with: source-cache-key: 20240624-1 cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240511-1 + esy-prefix: ${{ os.runner == 'Windows' && "D:/.esy" || $HOME }} - name: Export esy cache run: esy export-dependencies - uses: actions/upload-artifact@v4.3.1