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 a6d3088 commit ebc110aCopy full SHA for ebc110a
.github/workflows/macos.yml
@@ -50,7 +50,8 @@ jobs:
50
if: ${{ matrix.os == 'macos-13' }}
51
run: |
52
# 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
+ cp -rf ./mk/brew/glm.rb $(brew --repository homebrew/core)/Formula/
54
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install glm --build-from-source
55
brew install cmake bash rename libogg libvorbis glew \
56
openal-soft sdl2 sdl2_image libraqm freetype \
57
glib gtk-doc zlib physfs fmt
0 commit comments