Skip to content

Commit 5a51dbc

Browse files
committed
Fix build
1 parent b538440 commit 5a51dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
xcode-version: '13.2.1'
4343
- name: build
4444
run: |
45-
sh ./Consumption-Tests/Shared/carthage.sh build
45+
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --use-xcframeworks
4646
sh ./Consumption-Tests/run-tests-CI-latest.sh
4747
4848
publish-cocoapods:

0 commit comments

Comments
 (0)