Skip to content

Commit

Permalink
Fix macOS builds
Browse files Browse the repository at this point in the history
Yay, pip.
  • Loading branch information
Daft-Freak committed Jun 15, 2024
1 parent 55067f5 commit 1ee8872
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 @@ -49,7 +49,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 @@ -87,7 +87,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 1ee8872

Please sign in to comment.