Skip to content

Commit

Permalink
GitHub: Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed May 30, 2024
1 parent 14a0575 commit 3d8a7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: brew install boost freetype sdl2 libepoxy qt@5 cppunit glm openal-soft

- name: Configure
run: cmake -B ${{github.workspace}}/build -Werror=dev -Werror=deprecated -DCONTINUOUS_INTEGRATION=1 -DICON_TYPE=none -DOPENAL_LIBRARY=/usr/local/opt/openal-soft/lib/libopenal.dylib -DOPENAL_INCLUDE_DIR=/usr/local/opt/openal-soft/include/AL -DCMAKE_PREFIX_PATH=/usr/local/opt/qt@5
run: cmake -B ${{github.workspace}}/build -Werror=dev -Werror=deprecated -DCONTINUOUS_INTEGRATION=1 -DICON_TYPE=none -DOPENAL_LIBRARY=/opt/homebrew/opt/openal-soft/lib/libopenal.dylib -DOPENAL_INCLUDE_DIR=/opt/homebrew/opt/openal-soft/include/AL -DCMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@5

- name: Build
run: cmake --build ${{github.workspace}}/build

0 comments on commit 3d8a7e6

Please sign in to comment.