Skip to content

Commit

Permalink
fix: fix build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Dec 31, 2023
1 parent 222e78c commit 9bbad23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Update app-builder-bin for Windows
if: startsWith(matrix.os, 'windows')
run: pnpm install app-builder-bin

# Only vite build without release if it is a fork, or it is a pull-request
- name: Vite Build
if: github.repository == 'th-ch/youtube-music' && github.event_name == 'pull_request'
Expand Down

0 comments on commit 9bbad23

Please sign in to comment.