mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-22 03:21:07 +00:00
Try forcing xcode-select
This commit is contained in:
parent
8a2eb9bfa0
commit
408fadcded
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: devbotsxyz/xcode-select@v1
|
||||
with:
|
||||
version: "10.3"
|
||||
- name: Build binaries
|
||||
run: |
|
||||
cd /tmp/SDL
|
||||
|
|
Loading…
Reference in a new issue