forked from OSchip/llvm-project
[libc++] Fix the Homebrew tap to install Buildkite on macOS hosts
This commit is contained in:
parent
9d87739f66
commit
e9f7dc4f1c
|
@ -10,7 +10,7 @@ source secrets.env
|
|||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
|
||||
# Install the required tools to run CI
|
||||
brew install sphinx-doc python3 buildkite-agent ninja cmake
|
||||
brew install sphinx-doc python3 ninja cmake buildkite/buildkite/buildkite-agent
|
||||
|
||||
CFG_DIR="$(brew --prefix)/etc/buildkite-agent"
|
||||
|
||||
|
|
Loading…
Reference in New Issue