Skip to content

Commit

Permalink
cibuild.yml: correctly check for macOS when determining the need of m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Sep 26, 2024
1 parent 8e7545b commit 6308c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
libvorbis-dev:${{ matrix.platform.arch }}
- name: Install macOS packages
if: ${{ matrix.platform.name == 'macOS' }}
if: ${{ startsWith(matrix.platform.name, 'macOS') }}
run: |
brew update
brew install sdl2 lzo libogg libvorbis theora
Expand Down

0 comments on commit 6308c1c

Please sign in to comment.