Move fork to org

This commit is contained in:
Dean Herbert 2021-04-02 13:43:25 +09:00
parent 3442d7e8b4
commit cc7d210bf4

View file

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