Skip to content

Commit 765b3ba

Browse files
author
MHS-20
committed
(fix) CI: added macos libs to workflow
1 parent bc378ce commit 765b3ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get install -y libsdl2-dev libglew-dev
2626
elif [[ "$RUNNER_OS" == "macOS" ]]; then
2727
brew update
28-
brew install sdl2 glew
28+
brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf glew glfw
2929
fi
3030
shell: bash
3131

@@ -34,6 +34,7 @@ jobs:
3434

3535
- name: Build
3636
run: cmake --build build
37+
continue-on-error: true
3738

3839
- name: Upload artifact
3940
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)