mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-02-02 10:11:12 +00:00
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
|
||||
- name: Check out SDL sources
|
||||
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
|
||||
run: |
|
||||
cd /tmp/SDL
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Check out SDL sources
|
||||
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
|
||||
run: |
|
||||
mkdir /tmp/i386
|
||||
|
|
Loading…
Reference in a new issue