Skip to content

Commit e4cc047

Browse files
committed
Print available Xcodes
1 parent b092768 commit e4cc047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-xcframework-sequential.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
xcode-version: latest
3232
- name: Print Xcode SDK availability
3333
shell: bash
34-
run:
34+
run: |
3535
xcodebuild -showsdks
36+
ls /Applications/
3637
- name: Checkout
3738
uses: actions/checkout@v3
3839
- name: Install Dependencies

0 commit comments

Comments
 (0)