Skip to content

Commit 4a3667f

Browse files
Felix Exnerfmauch
authored andcommitted
Install boost in test container
Seems like this was installed automatically, before.
1 parent 487f92f commit 4a3667f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
env: ${{matrix.env}}
2525
- name: install gtest
2626
run: sudo apt-get install -y libgtest-dev
27+
- name: install boost
28+
run: sudo apt-get install -y libboost-dev
2729
- name: configure
2830
run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
2931
- name: build

0 commit comments

Comments
 (0)