Move fork to org
This commit is contained in:
parent
3442d7e8b4
commit
cc7d210bf4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Check out SDL sources
|
- name: Check out SDL sources
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/peppy/SDL.git /tmp/SDL
|
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
cd /tmp/SDL
|
cd /tmp/SDL
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Check out SDL sources
|
- name: Check out SDL sources
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/peppy/SDL.git /tmp/SDL
|
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
||||||
- name: Build i386 binaries
|
- name: Build i386 binaries
|
||||||
run: |
|
run: |
|
||||||
mkdir /tmp/i386
|
mkdir /tmp/i386
|
||||||
|
Loading…
x
Reference in New Issue
Block a user