Skip to content

Commit

Permalink
fix: no windows boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed May 8, 2024
1 parent 695421e commit 3909c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: pnpm install

- name: (Offline) If we are building the offline version, bootstrap PokeRogue locally
if: matrix.features == 'offline' && matrix.config.platform == 'windows-latest'
if: matrix.features == 'offline'
run: git clone https://github.com/pagefaultgames/pokerogue.git src-ext --depth 1 && cd src-ext && pnpm install && pnpm build && cd ..

- name: Build
Expand Down

0 comments on commit 3909c4a

Please sign in to comment.