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