Skip to content

Commit

Permalink
Use boost 1.69 for Github Autobuild macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Nov 1, 2020
1 parent 8d5f861 commit 93e4529
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test.mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
run: |
brew install autoconf automake libtool
brew install ccache
brew search boost
brew install bitshares/boost160/boost@1.60
brew install bitshares/boost/boost@1.69
- uses: actions/checkout@v2
with:
submodules: recursive
Expand All @@ -24,7 +23,7 @@ jobs:
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D BOOST_ROOT=/usr/local/opt/boost@1.60 \
-D BOOST_ROOT=/usr/local/opt/boost@1.69 \
-D OPENSSL_ROOT_DIR=/usr/local/opt/openssl \
..
- name: Load Cache
Expand Down

0 comments on commit 93e4529

Please sign in to comment.