Skip to content

Commit e08b0e0

Browse files
committed
Handle boost separately.
1 parent 3ed0f51 commit e08b0e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ubuntu24.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
2020

2121
- uses: awalsh128/cache-apt-pkgs-action@latest
2222
with:
23-
packages: g++ cmake make libjsoncpp-dev libc-ares-dev libboost-program-options-dev libspdlog-dev uuid-dev libz-dev libssl-dev
23+
packages: g++ cmake make libjsoncpp-dev libc-ares-dev libspdlog-dev uuid-dev libz-dev libssl-dev
2424
execute_install_scripts: true
2525

26+
- run: apt install -yq libboost-program-options-dev
27+
2628
- name: Build
2729
run: |
2830
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)