Skip to content

Commit c717681

Browse files
authored
Use Boost 1.74 in Ubuntu check (#310)
1 parent 9ebc229 commit c717681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install boost, curl and lcov
1111
run: |
1212
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
13+
sudo apt-get install -yq libcurl4-openssl-dev libboost-system1.74-dev libboost-test1.74-dev libboost-program-options1.74-dev lcov
1414
- name: Run CMake
1515
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug
1616
- name: Build project

0 commit comments

Comments
 (0)