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 5f9dfd8 commit a69ab06Copy full SHA for a69ab06
.github/workflows/cmake.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Get MacOS dependencies
76
if: runner.os == 'macOS'
77
- run: brew install sfml lua zlib libpng freetype glew sdl2 sdl2_ttf sdl2_image
+ run: brew install sfml@2 lua zlib libpng freetype glew sdl2 sdl2_ttf sdl2_image
78
79
- name: Configure CMake
80
shell: bash
0 commit comments