mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-19 00:29:25 +00:00
ci: add bun install step
This commit is contained in:
parent
34656f74ff
commit
f0b290d17c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -48,6 +48,9 @@ jobs:
|
|||
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
|
||||
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
|
||||
|
||||
# Install bun
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: bun install # change this to npm, pnpm or bun depending on which one you use.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue