Skip to content

Commit

Permalink
CI: Fix up carthage install
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacHumphries committed Apr 30, 2021
1 parent 5293ee4 commit 27be9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run:
name: 📦 Install carthage
command: |
brew outdated carthage || brew upgrade carthage
brew upgrade carthage
- run:
name: 🏗 Build Frameworks
command: sh build.sh
Expand Down
2 changes: 2 additions & 0 deletions HyperionCore/HyperionCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
9D2744B1263CA53F00704ADA /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
9D2744B2263CA53F00704ADA /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
9D2744B3263CA85A00704ADA /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = build.sh; path = ../build.sh; sourceTree = "<group>"; };
9D2744B4263CAC2A00704ADA /* config.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = config.yml; path = ../.circleci/config.yml; sourceTree = "<group>"; };
9DDEB7D61FD78CF8002FC061 /* linkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = linkButton.png; sourceTree = "<group>"; };
9DDEB7D71FD78CF8002FC061 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -513,6 +514,7 @@
9D2744B1263CA53F00704ADA /* CHANGELOG.md */,
9D2744B2263CA53F00704ADA /* README.md */,
9D2744B3263CA85A00704ADA /* build.sh */,
9D2744B4263CAC2A00704ADA /* config.yml */,
498E34761EFA0C8000A0BC4E /* HyperionCore */,
494A74D91F278EB9003F89F7 /* SlowAnimations */,
320E5D6B1F27988500C42FC0 /* Measurements */,
Expand Down

0 comments on commit 27be9f3

Please sign in to comment.