Try forcing xcode-select

This commit is contained in:
Dean Herbert 2021-04-02 15:37:35 +09:00
parent 8a2eb9bfa0
commit 408fadcded

View file

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