Add Vite to Build Dependencies in Actions

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 container: rust:latest
steps: steps:
- -
name: Installing Node, Yarn, Tauri CLI name: Installing Node, Yarn, Vite, Tauri CLI
run: | run: |
apt update && apt install -y nodejs npm apt update && apt install -y nodejs npm
npm install --global yarn npm install --global yarn vite
cargo install tauri-cli cargo install tauri-cli
- -
name: Checking Out Repository Code name: Checking Out Repository Code