Skip to content

Commit aa5a5eb

Browse files
committed
Update Boost used in system tests
1 parent 5feebae commit aa5a5eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/systemtest.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- name: Setup
3737
run: |
3838
script/ci_setup.sh
39-
apt-get install -y libboost-system-dev
39+
add-apt-repository ppa:nicola-onorata/toolchain
40+
apt-get update
41+
apt-get install -y boost1.81
4042
- name: Build
4143
run: |
4244
cmake --preset conan-release

0 commit comments

Comments
 (0)