Skip to content

Commit

Permalink
Attempt to fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak committed Jun 15, 2024
1 parent 9a71710 commit aece96d
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 @@ -38,7 +38,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 @@ -77,7 +77,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 aece96d

Please sign in to comment.