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
|
osx_image: xcode12.2
|
||||||
env: >-
|
env: >-
|
||||||
CXX="ccache clang++ -Qunused-arguments"
|
CXX="ccache clang++ -Qunused-arguments"
|
||||||
|
before_install:
|
||||||
|
- brew info boost
|
||||||
|
- brew remove boost@1.74
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- source scripts/travis-common.sh
|
- source scripts/travis-common.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue