From 4699ea975caa753522eca675c8ecabb1ba9b99ef Mon Sep 17 00:00:00 2001 From: Marat Al Date: Sun, 12 Nov 2023 22:36:25 +0100 Subject: [PATCH] Trying local carthage repo. --- .github/workflows/integration-test-iOS16_4.yaml | 2 ++ Examples/AblyCarthage/Cartfile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-iOS16_4.yaml b/.github/workflows/integration-test-iOS16_4.yaml index b53481954..ffc113f40 100644 --- a/.github/workflows/integration-test-iOS16_4.yaml +++ b/.github/workflows/integration-test-iOS16_4.yaml @@ -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...' diff --git a/Examples/AblyCarthage/Cartfile b/Examples/AblyCarthage/Cartfile index 5a02919a4..8f27419d8 100644 --- a/Examples/AblyCarthage/Cartfile +++ b/Examples/AblyCarthage/Cartfile @@ -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"