We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f45a9b commit 416e98fCopy full SHA for 416e98f
.github/workflows/build.yml
@@ -33,6 +33,7 @@ jobs:
33
if: matrix.os == 'macos-14'
34
run: |
35
brew install automake libtool boost pkg-config
36
+ export BOOST_ROOT=$(brew --prefix boost)
37
38
- name: Install gmp for Mac
39
0 commit comments