Skip to content

Commit a18e39a

Browse files
committed
fix1: Update Carthage bootstrap command for iOS to use XCFrameworks
1 parent d3bff73 commit a18e39a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Install dep via Carthage
7171
run: |
72-
carthage bootstrap --platform iOS --cache-builds
72+
carthage bootstrap --platform iOS --use-xcframeworks --cache-builds
7373
7474
- name: Install dependencies via Swift Package Manager
7575
run: swift package resolve

0 commit comments

Comments
 (0)