From dd426811c8c146df109290e8ec5c088ae1242213 Mon Sep 17 00:00:00 2001 From: markijbema <624143+markijbema@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:58:05 +0000 Subject: [PATCH] ci: benchmark Windows install with Bun cache Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> --- .github/actions/setup-bun/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-bun/action.yml b/.github/actions/setup-bun/action.yml index ae4a2f8db6..e0bd48dff8 100644 --- a/.github/actions/setup-bun/action.yml +++ b/.github/actions/setup-bun/action.yml @@ -34,7 +34,6 @@ runs: run: echo "dir=$(bun pm cache)" >> "$GITHUB_OUTPUT" - name: Restore Bun dependencies - if: runner.os != 'Windows' id: bun-cache uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: