Skip to content

Commit 3758ee0

Browse files
committed
boost
1 parent 1290ea6 commit 3758ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macosx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: make
1515
run: |
1616
brew install boost@1.76 htslib
17-
make
17+
make CXXFLAGS='-I/opt/homebrew/opt/boost@1.76/include' LDFLAGS='-L/opt/homebrew/opt/boost@1.76/lib'

0 commit comments

Comments
 (0)