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
e80356ce5b
commit
d654276d33
8
.github/workflows/build-validation.yml
vendored
8
.github/workflows/build-validation.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue