updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 15:52:13 +08:00
parent d654276d33
commit fa00220612

View file

@ -34,5 +34,8 @@ jobs:
mise install
mise settings set experimental true
- name: Build
- name: Install bun packages
run: mise exec bun --command 'bun install'
- name: Build Tauri
run: mise exec bun --command 'bun run tauri build'