We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482f7f0 commit f31ba17Copy full SHA for f31ba17
.github/workflows/swift_package_test.yml
@@ -119,7 +119,8 @@ jobs:
119
do
120
printf "%s\n" $i >> $GITHUB_ENV
121
done
122
- echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
+ - name: Select Xcode
123
+ run: echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
124
- name: Swift version
125
run: xcrun swift --version
126
- name: Pre-build
0 commit comments