feat:: Added vite
Some checks failed
publish / create-release (push) Successful in 14s
publish / build-tauri (ubuntu-latest) (push) Failing after 1m34s
publish / publish-release (push) Has been skipped

This commit is contained in:
Xeovalyte 2023-10-24 22:34:25 +02:00
parent f0558b0ac9
commit c234a1d1f9

View File

@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@ -57,6 +57,7 @@ jobs:
run: |
apt-get update
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
npm install -g vite
- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use
workdir: toos-dashboard/