Skip to content

Commit 255ad69

Browse files
authored
[DNM] Update swift_package_test.yml
Trying to see what Xcodes are present on the builders and why we're seeing failures to find Xcode downstream.
1 parent a255edc commit 255ad69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ jobs:
180180
do
181181
printf "%s\n" $i >> $GITHUB_ENV
182182
done
183+
- name: List installed applications.
184+
run: ls /Applications
183185
- name: Select Xcode
184186
run: echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
185187
- name: Swift version

0 commit comments

Comments
 (0)