mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 12:32:06 +08:00
Fix macOS CI (#2345)
old-commit-hash: 72a996a8857f98f3cc30c6fe4cef37596e6c6fdf
This commit is contained in:
+2
-8
@@ -1,13 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# Install brew if required.
|
||||
if [[ $(command -v brew) == "" ]]; then
|
||||
echo "Installing Hombrew"
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
else
|
||||
echo "Updating Homebrew"
|
||||
brew update
|
||||
fi
|
||||
echo "Updating Homebrew"
|
||||
brew update
|
||||
|
||||
brew install capnp \
|
||||
czmq \
|
||||
|
||||
Reference in New Issue
Block a user