rust cache to windows action

This commit is contained in:
FTCHD
2025-02-02 12:53:27 +02:00
parent 7b6b162955
commit 56fd7692c0
+5
View File
@@ -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