rust cache to windows action
This commit is contained in:
@@ -31,6 +31,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
targets: 'aarch64-pc-windows-msvc'
|
targets: 'aarch64-pc-windows-msvc'
|
||||||
|
|
||||||
|
- name: Rust cache
|
||||||
|
uses: swatinem/rust-cache@v2
|
||||||
|
with:
|
||||||
|
workspaces: './src-tauri -> target'
|
||||||
|
|
||||||
- name: install dependencies (windows only)
|
- name: install dependencies (windows only)
|
||||||
run: |
|
run: |
|
||||||
cargo install trusted-signing-cli
|
cargo install trusted-signing-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user