update workflow

This commit is contained in:
FTCHD
2025-10-29 11:15:52 +01:00
committed by GitHub
parent fb5061151d
commit 82ba13a7bf
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
uses: swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'
key: ${{ runner.os }}-${{ runner.arch }}-22
key: ${{ runner.os }}-${{ runner.arch }}
- name: install dependencies (linux only)
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' # This must match the platform value defined above.