Where did rust go? Also, caching is not possible for generated files
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8m11s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8m11s
Details
This commit is contained in:
parent
9d78ff486a
commit
2a583cc824
|
@ -21,10 +21,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
|
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
|
||||||
- name: Rust cache
|
- name: Rust setup
|
||||||
uses: swatinem/rust-cache@v2
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
|
||||||
workspaces: './src-tauri -> target'
|
|
||||||
- name: Install windows cross-compiling deps
|
- name: Install windows cross-compiling deps
|
||||||
run: apt install -y nsis lld llvm
|
run: apt install -y nsis lld llvm
|
||||||
- name: And allow rust to work with them
|
- name: And allow rust to work with them
|
||||||
|
|
Loading…
Reference in New Issue