File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 macos_build_command : |
4949 mkdir MyPackage
5050 cd MyPackage
51- swift package init --type library
52- swift build
51+ xcrun swift package init --type library
52+ xcrun swift build
5353
5454 soundness :
5555 name : Soundness
Original file line number Diff line number Diff line change 4646 macos_build_command :
4747 type : string
4848 description : " macOS command to build and test the package"
49- default : " swift test"
49+ default : " xcrun swift test"
5050 linux_build_command :
5151 type : string
5252 description : " Linux command to build and test the package"
@@ -121,7 +121,7 @@ jobs:
121121 done
122122 echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
123123 - name : Swift version
124- run : swift --version
124+ run : xcrun swift --version
125125 - name : Pre-build
126126 run : ${{ inputs.macos_pre_build_command }}
127127 - name : Build / Test
You can’t perform that action at this time.
0 commit comments