From 43b51cc231bca5ba5f39f74d7b8b604e0b1e52a9 Mon Sep 17 00:00:00 2001 From: prometheansacrifice <3097018+ManasJayanth@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:10:10 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca02ad6..fbbef13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: run: npm install -g esy@dev - uses: esy/github-action@prometheansacrifice/fix-prefix-not-passed-to-esy-commands with: - source-cache-key: 20240625-2 - cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240625-2 + source-cache-key: 20240625-3 + cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240625-3 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