Skip to content

Commit

Permalink
chore: trying to get macos build to pass
Browse files Browse the repository at this point in the history
Printing installed tool versions at the end for better visibility.
  • Loading branch information
cmars committed Feb 25, 2024
1 parent 325d598 commit c3d97cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ fi

curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-$PROTOC_OS-$PROTOC_ARCH.zip
unzip protoc-$PROTOC_VERSION-$PROTOC_OS-$PROTOC_ARCH.zip
sudo cp -r bin include /usr/local/
sudo cp -r bin/* /usr/local/bin/
sudo cp -r include/* /usr/local/include/
popd

/usr/local/bin/capnp --version
/usr/local/bin/protoc --version

0 comments on commit c3d97cc

Please sign in to comment.