Skip to content

Commit ebc110a

Browse files
authored
Fix MacOS builds (#3367)
1 parent a6d3088 commit ebc110a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
if: ${{ matrix.os == 'macos-13' }}
5151
run: |
5252
# Use GLM 1.0.0 as later versions don't build with clang
53-
HOMEBREW_NO_AUTO_UPDATE=1 brew install --formula ./mk/brew/glm.rb --build-from-source
53+
cp -rf ./mk/brew/glm.rb $(brew --repository homebrew/core)/Formula/
54+
HOMEBREW_NO_AUTO_UPDATE=1 brew install glm --build-from-source
5455
brew install cmake bash rename libogg libvorbis glew \
5556
openal-soft sdl2 sdl2_image libraqm freetype \
5657
glib gtk-doc zlib physfs fmt

0 commit comments

Comments
 (0)