Skip to content

Commit 725b6d5

Browse files
author
Minggang Wang
committed
Use [email protected] by brew
Fix #NONE
1 parent 22ee4c8 commit 725b6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: brew install wget cmake cppcheck tinyxml eigen pcre poco
2424
- run: brew install openssl
2525
- run: brew install asio
26-
- run: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/02f04f84902937422d529945bbabdcb6491b147a/Formula/tinyxml2.rb
26+
- run: brew install tinyxml2
2727
- run: python3 -m pip install catkin_pkg empy pyparsing pyyaml setuptools argcomplete colcon-common-extensions
2828
- run: mkdir -p ~/ros2_install && cd ~/ros2_install && wget https://ci.ros2.org/view/packaging/job/packaging_osx/lastSuccessfulBuild/artifact/ws/ros2-package-osx-x86_64.tar.bz2 && tar xf ros2-package-osx-x86_64.tar.bz2
2929
- run: wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

0 commit comments

Comments
 (0)