From 1ef9f5f913581a0506cdb1b1d10cfcfd3751249f Mon Sep 17 00:00:00 2001 From: Tobias Rausch Date: Thu, 18 Jul 2024 15:24:05 +0200 Subject: [PATCH] fix macosx --- .github/workflows/macosx.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml index d8072f3..4b91474 100644 --- a/.github/workflows/macosx.yml +++ b/.github/workflows/macosx.yml @@ -13,5 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: make run: | - brew install boost htslib + brew install boost@1.76 htslib + export CXXFLAGS='-I/opt/homebrew/opt/boost@1.76/include -I/opt/homebrew/opt/htslib/include' + export LDFLAGS='-L/opt/homebrew/opt/boost@1.76/lib -L/opt/homebrew/opt/htslib/lib' make