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 e08b0e0 commit be401adCopy full SHA for be401ad
.github/workflows/ubuntu24.yml
@@ -23,7 +23,7 @@ jobs:
23
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
+ - run: sudo apt install -yq libboost-program-options-dev
27
28
- name: Build
29
run: |
0 commit comments