We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccd576 commit a58c844Copy full SHA for a58c844
.github/workflows/main.yml
@@ -127,7 +127,7 @@ jobs:
127
- name: Install macos dependencies
128
if: ${{ matrix.os == 'macos-latest' }}
129
run: |
130
- brew install cmake googletest bash libogg libvorbis glew openal-soft sdl2 sdl2_image sdl2_ttf \
+ brew install boost cmake googletest bash libogg libvorbis glew openal-soft sdl2 sdl2_image sdl2_ttf \
131
freetype harfbuzz fribidi glib gtk-doc glbinding libraqm glm
132
# Something funky happens with freetype if mono is left
133
sudo mv /Library/Frameworks/Mono.framework /Library/Frameworks/Mono.framework-disabled
0 commit comments