mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-29 23:31:14 +08:00
updated github actions workflow
This commit is contained in:
parent
d654276d33
commit
fa00220612
5
.github/workflows/build-validation.yml
vendored
5
.github/workflows/build-validation.yml
vendored
|
@ -34,5 +34,8 @@ jobs:
|
||||||
mise install
|
mise install
|
||||||
mise settings set experimental true
|
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'
|
run: mise exec bun --command 'bun run tauri build'
|
||||||
|
|
Loading…
Reference in a new issue