diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a539d9a..00b90cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: with: # The prefix cache key, this can be changed to start a new cache manually. # default: "v0-rust" - prefix-key: ${{ matrix.platform.os }} + prefix-key: ${{ matrix.platform.name }} shared-key: ci cache-targets: false - name: install app dependencies @@ -168,9 +168,9 @@ jobs: with: path: | ./modules/gui/src-tauri/target - key: ${{ matrix.platform }}-build-target + key: ${{ matrix.platform.name }}-build-target restore-keys: | - ${{ matrix.platform }}-build-target + ${{ matrix.platform.name }}-build-target - name: test build tauri run: pnpm --filter gui tauri build