Skip to content

Commit a58c844

Browse files
committed
main workflow: Install boost
1 parent cccd576 commit a58c844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Install macos dependencies
128128
if: ${{ matrix.os == 'macos-latest' }}
129129
run: |
130-
brew install cmake googletest bash libogg libvorbis glew openal-soft sdl2 sdl2_image sdl2_ttf \
130+
brew install boost cmake googletest bash libogg libvorbis glew openal-soft sdl2 sdl2_image sdl2_ttf \
131131
freetype harfbuzz fribidi glib gtk-doc glbinding libraqm glm
132132
# Something funky happens with freetype if mono is left
133133
sudo mv /Library/Frameworks/Mono.framework /Library/Frameworks/Mono.framework-disabled

0 commit comments

Comments
 (0)