Skip to content

Commit 069edf1

Browse files
committed
Try boost 1.85 with link
1 parent 7c2ca08 commit 069edf1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/install-boost/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ runs:
3939
if: runner.os == 'macOS'
4040
shell: bash
4141
run: |
42-
brew install boost
42+
brew install boost@1.85
43+
brew link boost@1.85
4344
# echo "BOOST_ROOT=$(brew --prefix boost)" >> $GITHUB_OUTPUT
4445

4546
- name: Determine root

0 commit comments

Comments
 (0)