-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing dependencies for copyright-header on OSX
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env bash | ||
|
||
# install/update homebrew dependencies | ||
BREW_DEPS="cmake git kubectl stern rsync ruby watchman" | ||
BREW_DEPS="cmake git kubectl stern rsync ruby watchman icu4c pkg-config" | ||
|
||
brew update | ||
brew install ${BREW_DEPS} | ||
|
@@ -20,7 +20,7 @@ nvm alias default 9.4 | |
|
||
# install/update global packages | ||
npm install -g [email protected] | ||
gem install copyright-header | ||
gem install --no-document copyright-header | ||
|
||
# install CircleCI CLI | ||
curl -o /usr/local/bin/circleci https://circle-downloads.s3.amazonaws.com/releases/build_agent_wrapper/circleci | ||
|