diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7ba80c..5f24824 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - name: Check out SDL sources run: | - git clone --depth 1 --branch release-2.0.14 https://github.com/libsdl-org/SDL.git /tmp/SDL + git clone --depth 1 https://github.com/peppy/SDL.git /tmp/SDL - name: Build binaries run: | cd /tmp/SDL @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v2 - name: Check out SDL sources run: | - git clone --depth 1 --branch release-2.0.14 https://github.com/libsdl-org/SDL.git /tmp/SDL + git clone --depth 1 https://github.com/peppy/SDL.git /tmp/SDL - name: Build i386 binaries run: | mkdir /tmp/i386