We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc378ce commit 765b3baCopy full SHA for 765b3ba
.github/workflows/cmake-multi-platform.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt-get install -y libsdl2-dev libglew-dev
26
elif [[ "$RUNNER_OS" == "macOS" ]]; then
27
brew update
28
- brew install sdl2 glew
+ brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf glew glfw
29
fi
30
shell: bash
31
@@ -34,6 +34,7 @@ jobs:
34
35
- name: Build
36
run: cmake --build build
37
+ continue-on-error: true
38
39
- name: Upload artifact
40
uses: actions/upload-artifact@v4
0 commit comments