Skip to content

Commit 7c2ca08

Browse files
committed
No boost root
1 parent f5d3b31 commit 7c2ca08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

4545
- name: Determine root
4646
id: determine-root

0 commit comments

Comments
 (0)