Target fork for the time being

This commit is contained in:
Dean Herbert 2021-04-02 13:38:41 +09:00
parent a043e0bb33
commit 3442d7e8b4

View file

@ -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