Merge branch 'develop' of github.com:borglab/gtsam into fix/translation-averaging-panorama

release/4.3a0
akrishnan86 2021-03-06 10:39:21 -08:00
commit cc56e3313c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
run: | run: |
brew tap ProfFan/robotics brew tap ProfFan/robotics
brew install cmake ninja brew install cmake ninja
brew install ProfFan/robotics/boost brew install boost
if [ "${{ matrix.compiler }}" = "gcc" ]; then if [ "${{ matrix.compiler }}" = "gcc" ]; then
brew install gcc@${{ matrix.version }} brew install gcc@${{ matrix.version }}
echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV