Skip to content

Commit 416e98f

Browse files
committed
Fixing boost location
1 parent 8f45a9b commit 416e98f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
if: matrix.os == 'macos-14'
3434
run: |
3535
brew install automake libtool boost pkg-config
36+
export BOOST_ROOT=$(brew --prefix boost)
3637
3738
- name: Install gmp for Mac
3839
if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)