Skip to content

Commit 89277f5

Browse files
Felix Exnerfmauch
authored andcommitted
Remove the special boost include dir from the ci pipeline
1 parent 182d8c6 commit 89277f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: install gtest
2626
run: sudo apt-get install -y libgtest-dev
2727
- name: configure
28-
run: mkdir build && cd build && cmake .. -DBoost_INCLUDE_DIR=$BOOST_ROOT_1_72_0/include -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
28+
run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
2929
- name: build
3030
run: cmake --build build --config Debug
3131
- name: test

0 commit comments

Comments
 (0)