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 48
48
macos_build_command : |
49
49
mkdir MyPackage
50
50
cd MyPackage
51
- swift package init --type library
52
- swift build
51
+ xcrun swift package init --type library
52
+ xcrun swift build
53
53
54
54
soundness :
55
55
name : Soundness
Original file line number Diff line number Diff line change 46
46
macos_build_command :
47
47
type : string
48
48
description : " macOS command to build and test the package"
49
- default : " swift test"
49
+ default : " xcrun swift test"
50
50
linux_build_command :
51
51
type : string
52
52
description : " Linux command to build and test the package"
@@ -121,7 +121,7 @@ jobs:
121
121
done
122
122
echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
123
123
- name : Swift version
124
- run : swift --version
124
+ run : xcrun swift --version
125
125
- name : Pre-build
126
126
run : ${{ inputs.macos_pre_build_command }}
127
127
- name : Build / Test
You can’t perform that action at this time.
0 commit comments