Skip to content

Commit b6893bf

Browse files
committed
Remove flags from carthage
1 parent 86a63ab commit b6893bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-node@v3
14-
1514
- name: Prepare tag
1615
id: prepare_tag
1716
continue-on-error: true
@@ -40,7 +39,7 @@ jobs:
4039
- uses: actions/checkout@v2
4140
- name: build
4241
run: |
43-
sh ./Consumption-Tests/Shared/carthage.sh build --cache-builds --use-xcframeworks
42+
sh ./Consumption-Tests/Shared/carthage.sh build
4443
4544
publish-cocoapods:
4645
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)