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 487f92f commit 4a3667fCopy full SHA for 4a3667f
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
env: ${{matrix.env}}
25
- name: install gtest
26
run: sudo apt-get install -y libgtest-dev
27
+ - name: install boost
28
+ run: sudo apt-get install -y libboost-dev
29
- name: configure
30
run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
31
- name: build
0 commit comments