mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:55:28 +00:00
Attempt to force older version of xcode
This commit is contained in:
parent
53596261ca
commit
e05d0ef426
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
|||
- name: Check out SDL sources
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
||||
- uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: '10.3'
|
||||
- name: Build binaries
|
||||
run: |
|
||||
cd /tmp/SDL
|
||||
|
|
Loading…
Reference in a new issue