Skip to content

Commit

Permalink
Fix Carthage caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahadır Öncel authored and buh committed Jan 7, 2020
1 parent d9d166b commit ad9e3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
restore-keys: |
${{ runner.os }}-carthage-
- name: Install Carthage dependencies
run: carthage update --platform iOS --new-resolver
run: carthage update --platform iOS --new-resolver --no-use-binaries --cache-builds
- name: Clean and build the StreamChat scheme
run: xcodebuild clean test -project StreamChat.xcodeproj -scheme StreamChatCore -destination "platform=iOS Simulator,name=iPhone 11 Pro"

0 comments on commit ad9e3c8

Please sign in to comment.