Update .forgejo/workflows/build+release.yml
Some checks failed
Run Tests on Code / run-tests (push) Successful in 6s
Build and Release Binary File / run-tests (push) Successful in 5s
Build and Release Binary File / build (push) Failing after 4m26s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 12:11:51 +00:00
parent 9b1ed09d46
commit cb61113ff8

View file

@ -23,7 +23,7 @@ jobs:
-
name: Installing Node, Yarn, Tauri CLI
run: |
apt update && apt install -y nodejs
apt update && apt install -y nodejs npm
npm install --global yarn
cargo install tauri-cli
-