Skip to content

Commit 1243e22

Browse files
authored
Use boost provided by Ubuntu 20.04 (#232)
1 parent 0647d84 commit 1243e22

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.65-dev libboost-filesystem1.65-dev libboost-test1.65-dev libboost-program-options1.65-dev lcov
13+
sudo apt-get install -yq libcurl4-openssl-dev libboost-system1.71-dev libboost-filesystem1.71-dev libboost-test1.71-dev libboost-program-options1.71-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)