Skip to content

Commit

Permalink
GitHub Actions: no need to install jpen and openal-soft on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jul 4, 2023
1 parent 430ffc2 commit 5867a60
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 @@ -190,7 +190,7 @@ jobs:
- name: Install packages
run: |
brew update
brew install sdl2 glew lzo jpeg openal-soft libogg libvorbis theora
brew install sdl2 glew lzo libogg libvorbis theora
- name: Run CMake
run: CFLAGS="-w" CXXFLAGS="-w" cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.Configuration }} -DCMAKE_UNITY_BUILD=ON
Expand Down

0 comments on commit 5867a60

Please sign in to comment.