mirror of
https://github.com/Vomitblood/stort.git
synced 2025-02-18 15:38:41 +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
|
apt install -y mise
|
||||||
|
|
||||||
- name: Install mise tools
|
- name: Install mise tools
|
||||||
run: mise install
|
run: |
|
||||||
|
mise install
|
||||||
|
mise settings set experimental true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: mise exec bun --command 'bun run tauri build'
|
||||||
mise settings set experimental true
|
|
||||||
mise exec bun --command 'bun run tauri build'
|
|
||||||
|
|
Loading…
Reference in a new issue