Skip to content

Commit

Permalink
Merge pull request #2 from 32blit/patch-macos
Browse files Browse the repository at this point in the history
ci: fix macOS
  • Loading branch information
Daft-Freak committed Jun 17, 2024
2 parents c294f00 + eea2464 commit 91f186c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: macOS
release-suffix: MACOS
cmake-args: -D32BLIT_DIR=$GITHUB_WORKSPACE/32blit-sdk
brew-packages: sdl2 sdl2_image sdl2_net
brew-packages: sdl2 sdl2_image sdl2_net pipx

- os: windows-latest
name: Visual Studio
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install ${{matrix.brew-packages}}
python3 -m pip install 32blit
pipx install 32blit
# Windows dependencies
- name: Install Windows deps
Expand Down

0 comments on commit 91f186c

Please sign in to comment.