mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
👷🏻 Fixes for CI bootstrap
- Prevent brew update - Remove sort script
This commit is contained in:
parent
767fb7c388
commit
2b9ee3e78b
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue