diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 579974b..5c1c5aa 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -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: |