Skip to content

Commit f31ba17

Browse files
committed
Set DEVELOPER_DIR
1 parent 482f7f0 commit f31ba17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
do
120120
printf "%s\n" $i >> $GITHUB_ENV
121121
done
122-
echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
122+
- name: Select Xcode
123+
run: echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
123124
- name: Swift version
124125
run: xcrun swift --version
125126
- name: Pre-build

0 commit comments

Comments
 (0)