Remove (attempting) system boost
This commit is contained in:
parent
5d88fa4a2c
commit
abf05e8bc8
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ matrix:
|
|||
osx_image: xcode12.2
|
||||
env: >-
|
||||
CXX="ccache clang++ -Qunused-arguments"
|
||||
before_install:
|
||||
- brew info boost
|
||||
- brew remove boost@1.74
|
||||
|
||||
install:
|
||||
- source scripts/travis-common.sh
|
||||
|
|
Loading…
Reference in a new issue