Add Vite to Build Dependencies in Actions
Some checks failed
Run Tests on Code / run-tests (push) Successful in 3s
Build and Release Binary File / run-tests (push) Successful in 3s
Build and Release Binary File / build (push) Failing after 4m45s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 12:19:10 +00:00
parent cb61113ff8
commit 647343fc12

View file

@ -21,10 +21,10 @@ jobs:
container: rust:latest
steps:
-
name: Installing Node, Yarn, Tauri CLI
name: Installing Node, Yarn, Vite, Tauri CLI
run: |
apt update && apt install -y nodejs npm
npm install --global yarn
npm install --global yarn vite
cargo install tauri-cli
-
name: Checking Out Repository Code