We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182d8c6 commit 89277f5Copy full SHA for 89277f5
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: install gtest
26
run: sudo apt-get install -y libgtest-dev
27
- name: configure
28
- run: mkdir build && cd build && cmake .. -DBoost_INCLUDE_DIR=$BOOST_ROOT_1_72_0/include -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
+ run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
29
- name: build
30
run: cmake --build build --config Debug
31
- name: test
0 commit comments