updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 15:36:05 +08:00
parent e80356ce5b
commit d654276d33

View file

@ -30,9 +30,9 @@ jobs:
apt install -y mise
- name: Install mise tools
run: mise install
run: |
mise install
mise settings set experimental true
- name: Build
run: |
mise settings set experimental true
mise exec bun --command 'bun run tauri build'
run: mise exec bun --command 'bun run tauri build'