mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +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 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'
|
||||
|
|
Loading…
Reference in a new issue