Where did rust go? Also, caching is not possible for generated files
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8m11s Details

This commit is contained in:
Martyn Ranyard 2023-11-06 16:21:19 +01:00
parent 9d78ff486a
commit 2a583cc824
No known key found for this signature in database
1 changed files with 2 additions and 4 deletions

View File

@ -21,10 +21,8 @@ jobs:
run: |
apt-get update
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
- name: Rust cache
uses: swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
- name: Install windows cross-compiling deps
run: apt install -y nsis lld llvm
- name: And allow rust to work with them