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 3ed0f51 commit e08b0e0Copy full SHA for e08b0e0
.github/workflows/ubuntu24.yml
@@ -20,9 +20,11 @@ jobs:
20
21
- uses: awalsh128/cache-apt-pkgs-action@latest
22
with:
23
- packages: g++ cmake make libjsoncpp-dev libc-ares-dev libboost-program-options-dev libspdlog-dev uuid-dev libz-dev libssl-dev
+ packages: g++ cmake make libjsoncpp-dev libc-ares-dev libspdlog-dev uuid-dev libz-dev libssl-dev
24
execute_install_scripts: true
25
26
+ - run: apt install -yq libboost-program-options-dev
27
+
28
- name: Build
29
run: |
30
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
0 commit comments