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
|
- name: Check out SDL sources
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
||||||
|
- uses: devbotsxyz/xcode-select@v1
|
||||||
|
with:
|
||||||
|
version: "10.3"
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
cd /tmp/SDL
|
cd /tmp/SDL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user