File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
key : 4-carthage-verification-${{ runner.os }}-${{ hashFiles('Cartfile.resolved') }}
31
31
- name : Carthage verification
32
32
run : |
33
- ./script/ carthage checkout
34
- ./script/ carthage build --cache-builds --no-skip-current
33
+ carthage checkout
34
+ carthage build --cache-builds --no-skip-current --use-xcframeworks
35
35
36
36
swiftpm-macos :
37
37
if : ${{ github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.label.name == 'ci:verify' ) }}
64
64
if : ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
65
65
name : GitHub Release
66
66
runs-on : macos-15
67
- needs : [swiftpm-macos, cocoapods]
67
+ needs : [swiftpm-macos, cocoapods, carthage ]
68
68
steps :
69
69
- name : git checkout
70
70
uses : actions/checkout@v4
75
75
if : ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
76
76
name : CocoaPods Release
77
77
runs-on : macos-15
78
- needs : [swiftpm-macos, cocoapods]
78
+ needs : [swiftpm-macos, cocoapods, carthage ]
79
79
steps :
80
80
- name : git checkout
81
81
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments