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 9ebc229 commit c717681Copy full SHA for c717681
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Install boost, curl and lcov
11
run: |
12
sudo apt-get update
13
- sudo apt-get install -yq libcurl4-openssl-dev libboost-system1.71-dev libboost-test1.71-dev libboost-program-options1.71-dev lcov
+ sudo apt-get install -yq libcurl4-openssl-dev libboost-system1.74-dev libboost-test1.74-dev libboost-program-options1.74-dev lcov
14
- name: Run CMake
15
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug
16
- name: Build project
0 commit comments