Skip to content

Commit 9bbad23

Browse files
committed
fix: fix build for Windows
1 parent 222e78c commit 9bbad23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- name: Install dependencies
4343
run: pnpm install --frozen-lockfile
4444

45+
- name: Update app-builder-bin for Windows
46+
if: startsWith(matrix.os, 'windows')
47+
run: pnpm install app-builder-bin
48+
4549
# Only vite build without release if it is a fork, or it is a pull-request
4650
- name: Vite Build
4751
if: github.repository == 'th-ch/youtube-music' && github.event_name == 'pull_request'

0 commit comments

Comments
 (0)