Use brew's boost, instead of Fan's version
parent
f5ff7aa49f
commit
5d6b9c9516
|
@ -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