Force remove system boost_1_74

This commit is contained in:
Artem Pavlenko 2021-03-10 11:46:52 +00:00
parent abf05e8bc8
commit f5d911968f

View file

@ -52,7 +52,7 @@ matrix:
CXX="ccache clang++ -Qunused-arguments" CXX="ccache clang++ -Qunused-arguments"
before_install: before_install:
- brew info boost - brew info boost
- brew remove boost@1.74 - brew uninstall --ignore-dependencies boost@1.74
install: install:
- source scripts/travis-common.sh - source scripts/travis-common.sh