We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222e78c commit 9bbad23Copy full SHA for 9bbad23
1 file changed
.github/workflows/build.yml
@@ -42,6 +42,10 @@ jobs:
42
- name: Install dependencies
43
run: pnpm install --frozen-lockfile
44
45
+ - name: Update app-builder-bin for Windows
46
+ if: startsWith(matrix.os, 'windows')
47
+ run: pnpm install app-builder-bin
48
+
49
# Only vite build without release if it is a fork, or it is a pull-request
50
- name: Vite Build
51
if: github.repository == 'th-ch/youtube-music' && github.event_name == 'pull_request'
0 commit comments