diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ad309d..152395b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: # The prefix cache key, this can be changed to start a new cache manually. # default: "v0-rust" prefix-key: ${{ matrix.platform }} + shared-key: ci cache-targets: false - name: install app dependencies run: pnpm install diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d426b62..0b2ecea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,6 +81,7 @@ jobs: # The prefix cache key, this can be changed to start a new cache manually. # default: "v0-rust" prefix-key: ${{ matrix.platform }} + shared-key: prod cache-targets: false - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-latest'