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 48a8c27 commit 12b0bddCopy full SHA for 12b0bdd
.github/workflows/c-cpp.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: apt
18
- run: sudo apt-get install g++ cmake lcov
+ run: sudo apt-get install g++ cmake lcov libboost-all-dev
19
- name: submodule
20
run: git submodule update --init --recursive
21
- name: test
0 commit comments