Skip to content

Commit

Permalink
Trying local carthage repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Nov 12, 2023
1 parent 3dcc037 commit 4699ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test-iOS16_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
- name: Carthage - Installation Test
working-directory: ./Examples/AblyCarthage
run: |
echo 'Clearing carthage cache...'
rm -rf ~/Library/Caches/org.carthage.CarthageKit
echo 'Installing cathage dependencies...'
carthage update --use-xcframeworks --platform iOS --no-use-binaries
echo 'Building AblyCarthage example...'
Expand Down
3 changes: 2 additions & 1 deletion Examples/AblyCarthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github "ably/ably-cocoa" "fix/1796-transition-to-xcode15"
#github "ably/ably-cocoa" "fix/1796-transition-to-xcode15"
git "../../../ably-cocoa"

0 comments on commit 4699ea9

Please sign in to comment.