Skip to content

Commit 597e428

Browse files
committed
Change cache key to fix intel builds being slow
1 parent d22b8e8 commit 597e428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
~/.cargo/git
4545
src-tauri/target
4646
node_modules
47-
key: ${{ runner.os }}-crosscode-${{ hashFiles('**/Cargo.lock', 'package-lock.json') }}
47+
key: ${{ matrix.platform }}-crosscode-${{ hashFiles('**/Cargo.lock', 'package-lock.json') }}
4848
restore-keys: |
4949
${{ runner.os }}-crosscode-
5050

0 commit comments

Comments
 (0)