Skip to content

Commit

Permalink
ci: fix cargo cache key on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 23, 2024
1 parent fbdf41b commit 4feb389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with:
shared-key: ${{ matrix.rust-targets }}-${{ hashFiles('Cargo.lock') }}
shared-key: ${{ matrix.tauri-target }}-${{ hashFiles('Cargo.lock') }}

- name: Install dependencies (Ubuntu)
if: matrix.platform == 'ubuntu-22.04'
Expand Down

0 comments on commit 4feb389

Please sign in to comment.