Skip to content

Commit b575b3a

Browse files
committed
ci: removed carthage steps from ci workflows
1 parent 5dc3e3a commit b575b3a

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/actions/test/action.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ runs:
2424
run: xcodebuild -version | tee .xcode-version
2525
shell: bash
2626

27-
- id: restore-carthage-cache
28-
name: Restore Carthage cache
29-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
30-
with:
31-
path: Carthage
32-
key: carthage-${{ inputs.platform }}-${{ hashFiles('Cartfile.resolved') }}-${{ hashFiles('.xcode-version') }}-v1
33-
34-
- name: Install dependencies
35-
if: steps.restore-carthage-cache.outputs.cache-hit != 'true'
36-
run: carthage bootstrap --platform ${{ inputs.platform }} --use-xcframeworks --no-use-binaries --cache-builds
37-
shell: bash
38-
3927
- name: Run tests
4028
uses: mxcl/xcodebuild@6e60022a0cbe8c89278be2dd1773a2f68e7c5c87
4129
with:

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
66
## Environment setup
77

8-
We use [Carthage](https://github.com/Carthage/Carthage) to manage SimpleKeychain's dependencies.
9-
108
1. Clone this repository and enter its root directory.
11-
2. Run `carthage bootstrap --use-xcframeworks` to fetch and build the dependencies.
12-
3. Open `SimpleKeychain.xcodeproj` in Xcode.
9+
2. Open `SimpleKeychain.xcodeproj` in Xcode.

0 commit comments

Comments
 (0)