Skip to content

Commit 71a9844

Browse files
committed
ci: Drop no longer necessary workaround
1 parent e76a085 commit 71a9844

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/artifacts.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ jobs:
5252
- name: Build
5353
run: |
5454
git submodule update --init
55-
if [[ "${{ matrix.os }}" == macos* ]]; then
56-
export CPLUS_INCLUDE_PATH="$(brew --prefix boost)/include"
57-
export LIBRARY_PATH="$(brew --prefix boost)/lib"
58-
fi
5955
cmake -B build
6056
cmake --build build -j$(nproc)
6157

0 commit comments

Comments
 (0)