update separated actions

This commit is contained in:
FTCHD
2025-02-02 14:30:25 +02:00
parent a55936753f
commit 87f752528d
3 changed files with 18 additions and 3 deletions
+8
View File
@@ -24,6 +24,14 @@ jobs:
node-version: lts/*
cache: 'npm'
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: Rust cache
uses: swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'
- name: install dependencies (ubuntu only)
run: |
sudo apt-get update