Skip to content

Commit c53b3d1

Browse files
committed
CI: Install sdl3 via brew
This will definitely work and fix the ubuntu CI.
1 parent 001588d commit c53b3d1

File tree

4 files changed

+2
-31
lines changed

4 files changed

+2
-31
lines changed

.github/scripts/.Brewfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ brew "cmake"
44
brew "git"
55
brew "jq"
66
brew "xcbeautify"
7-
brew "sdl2"
7+
brew "sdl3"

.github/workflows/build-project.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
run: |
9090
: Set Up Environment 🔧
9191
if [[ "${RUNNER_DEBUG}" ]]; then set -x; fi
92-
sh ${{ github.workspace }}/deps/build_sdl3.sh
9392
9493
read -r product_name product_version <<< \
9594
"$(jq -r '. | {name, version} | join(" ")' buildspec.json)"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ client_build/
1818
build/
1919
client/build-*/
2020
cmake/.CMakeBuildNumber
21+
/build_x86_64/

deps/build_sdl3.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)