Skip to content

Commit

Permalink
Add GitHub Actions workflow for iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
vrstanchev committed Nov 4, 2024
1 parent cb79fb5 commit b3b194f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Clone SDL2 for Android
run: |
git clone https://github.com/libsdl-org/SDL.git
cd SDL
git checkout main # Or specify the desired branch/tag
# Check if the SDL directory was created
ls SDL # This will list the contents to confirm
- name: Build SDL2 for Android
run: |
Expand Down

0 comments on commit b3b194f

Please sign in to comment.