Update release-macos.yml

This commit is contained in:
FTCHD
2025-01-31 21:20:35 +02:00
committed by GitHub
parent 7c761b238c
commit 600cbbdd97
+5
View File
@@ -33,6 +33,11 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: 'aarch64-apple-darwin,x86_64-apple-darwin'
- name: Rust cache
uses: swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'
- name: install frontend dependencies
run: npm install