Skip to content

Commit ec1fd65

Browse files
committed
Update iOS CI build script to use up-to-date SDL3 dependency
1 parent 707b5b3 commit ec1fd65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ios.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
run: |
4040
git clone https://github.com/libsdl-org/SDL.git && \
4141
pushd SDL && \
42-
git checkout release-3.2.24 && \
4342
xcodebuild -project Xcode/SDL/SDL.xcodeproj -target "SDL3.xcframework" -configuration Release SYMROOT="build/" && \
4443
mkdir build && \
4544
cp -r Xcode/SDL/build/SDL3.xcframework build/ && \

0 commit comments

Comments
 (0)