Skip to content

Commit 0338ad5

Browse files
authored
Check if adding just a command breaks xcrun
1 parent 60c3370 commit 0338ad5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ jobs:
126126
run: ${{ env.SCRIPTS_ROOT }}/install-ubuntu-deps
127127
- name: test
128128
if: runner.os == 'macOS'
129-
run: xcrun --sdk iphoneos --show-sdk-path
129+
run: |
130+
xcode-select -p
131+
xcrun --sdk iphoneos --show-sdk-path
130132
- name: Set up macOS build environment
131133
if: runner.os == 'macOS'
132134
run: |

0 commit comments

Comments
 (0)