Skip to content

Commit

Permalink
ci: install vite
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 20, 2023
1 parent 8688807 commit fcb0421
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -56,6 +56,11 @@ jobs:
with:
toolchain: stable

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

- name: Rust cache
uses: swatinem/rust-cache@v2

Expand All @@ -80,6 +85,12 @@ jobs:
- name: Install tauri-cli
run: cargo install tauri-cli

- name: Install vite
run: npm install -g vite

- name: Download dependencies
run: npm --prefix ./axolotl-web ci --loglevel verbose

- name: Build deb package
run: cargo tauri build -b deb --features tauri
Expand Down

0 comments on commit fcb0421

Please sign in to comment.