update workflow

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