Merge pull request #707 from borglab/update-brew-boost
Use brew's boost, instead of Fan's versionrelease/4.3a0
commit
dcd8881676
|
@ -88,7 +88,7 @@ jobs:
|
|||
run: |
|
||||
brew tap ProfFan/robotics
|
||||
brew install cmake ninja
|
||||
brew install ProfFan/robotics/boost
|
||||
brew install boost
|
||||
if [ "${{ matrix.compiler }}" = "gcc" ]; then
|
||||
brew install gcc@${{ matrix.version }}
|
||||
echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in New Issue