From 88976f11561c0153dd48b4110e7474d6393f08df Mon Sep 17 00:00:00 2001 From: Aaron Villalpando Date: Mon, 4 Nov 2024 12:56:13 -0800 Subject: [PATCH] bust the cache --- .github/workflows/build-typescript-release.reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-typescript-release.reusable.yaml b/.github/workflows/build-typescript-release.reusable.yaml index 10c64700d..bf6a003c5 100644 --- a/.github/workflows/build-typescript-release.reusable.yaml +++ b/.github/workflows/build-typescript-release.reusable.yaml @@ -95,7 +95,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: engine - shared-key: engine-${{ github.job }}-${{ matrix._.target }} + shared-key: engine-${{ github.job }}-${{ matrix._.target }}-v2 cache-on-failure: true - name: PNPM Install