From b575b3a52be0ec5497a3ac546e4b2a286c84f436 Mon Sep 17 00:00:00 2001 From: Sai Venkat Desu Date: Thu, 20 Jun 2024 13:00:06 +0530 Subject: [PATCH] ci: removed carthage steps from ci workflows --- .github/actions/test/action.yml | 12 ------------ CONTRIBUTING.md | 5 +---- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index c38e152..b106acf 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -24,18 +24,6 @@ runs: run: xcodebuild -version | tee .xcode-version shell: bash - - id: restore-carthage-cache - name: Restore Carthage cache - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 - with: - path: Carthage - key: carthage-${{ inputs.platform }}-${{ hashFiles('Cartfile.resolved') }}-${{ hashFiles('.xcode-version') }}-v1 - - - name: Install dependencies - if: steps.restore-carthage-cache.outputs.cache-hit != 'true' - run: carthage bootstrap --platform ${{ inputs.platform }} --use-xcframeworks --no-use-binaries --cache-builds - shell: bash - - name: Run tests uses: mxcl/xcodebuild@6e60022a0cbe8c89278be2dd1773a2f68e7c5c87 with: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a2f2ee..2453b69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,8 +5,5 @@ ## Environment setup -We use [Carthage](https://github.com/Carthage/Carthage) to manage SimpleKeychain's dependencies. - 1. Clone this repository and enter its root directory. -2. Run `carthage bootstrap --use-xcframeworks` to fetch and build the dependencies. -3. Open `SimpleKeychain.xcodeproj` in Xcode. +2. Open `SimpleKeychain.xcodeproj` in Xcode.