Skip to content

Commit 27be9f3

Browse files
committed
CI: Fix up carthage install
1 parent 5293ee4 commit 27be9f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run:
3131
name: 📦 Install carthage
3232
command: |
33-
brew outdated carthage || brew upgrade carthage
33+
brew upgrade carthage
3434
- run:
3535
name: 🏗 Build Frameworks
3636
command: sh build.sh

HyperionCore/HyperionCore.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
9D2744B1263CA53F00704ADA /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
311311
9D2744B2263CA53F00704ADA /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
312312
9D2744B3263CA85A00704ADA /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = build.sh; path = ../build.sh; sourceTree = "<group>"; };
313+
9D2744B4263CAC2A00704ADA /* config.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = config.yml; path = ../.circleci/config.yml; sourceTree = "<group>"; };
313314
9DDEB7D61FD78CF8002FC061 /* linkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = linkButton.png; sourceTree = "<group>"; };
314315
9DDEB7D71FD78CF8002FC061 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
315316
/* End PBXFileReference section */
@@ -513,6 +514,7 @@
513514
9D2744B1263CA53F00704ADA /* CHANGELOG.md */,
514515
9D2744B2263CA53F00704ADA /* README.md */,
515516
9D2744B3263CA85A00704ADA /* build.sh */,
517+
9D2744B4263CAC2A00704ADA /* config.yml */,
516518
498E34761EFA0C8000A0BC4E /* HyperionCore */,
517519
494A74D91F278EB9003F89F7 /* SlowAnimations */,
518520
320E5D6B1F27988500C42FC0 /* Measurements */,

0 commit comments

Comments
 (0)