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