Update .forgejo/workflows/build+release.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
9b1ed09d46
commit
cb61113ff8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
-
|
||||
|
|
Reference in a new issue