Skip to content

Commit

Permalink
πŸ‘·πŸ» Fixes for CI bootstrap
Browse files Browse the repository at this point in the history
- Prevent brew update
- Remove sort script
  • Loading branch information
phatblat committed Mar 15, 2021
1 parent 767fb7c commit 2b9ee3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ main() {
bundle install

# Install Mint and shellcheck
brew bundle install --verbose
brew bundle install --no-upgrade --verbose

# Set up mint cache to be relative to user HOME
export MINT_PATH=~/.mint/cache
Expand All @@ -25,9 +25,6 @@ main() {

# Download and build project dependencies
carthage bootstrap --platform macOS --cache-builds

# Old Xcode project sort script used for CocoaSeeds
script/sort
}

main

0 comments on commit 2b9ee3e

Please sign in to comment.