update workflow
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user