Update .forgejo/workflows/build+release.yml

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
-