Skip to content

Bump vite from 3.2.7 to 3.2.8 in /halberd_gui #331

Bump vite from 3.2.7 to 3.2.8 in /halberd_gui

Bump vite from 3.2.7 to 3.2.8 in /halberd_gui #331

Workflow file for this run

on: [push]
name: Test
jobs:
test:
name: Run cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: install dependencies (ubuntu only)
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- run: cargo test --workspace --exclude halberd_gui