Use latest Boost

release/4.3a0
Fan Jiang 2021-02-15 20:08:16 -05:00
parent bb479c2e38
commit 501c140286
1 changed files with 1 additions and 2 deletions

View File

@ -35,9 +35,8 @@ jobs:
- name: Install (macOS)
if: runner.os == 'macOS'
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