Skip to content

Commit be401ad

Browse files
committed
Sudo.
1 parent e08b0e0 commit be401ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
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
26+
- run: sudo apt install -yq libboost-program-options-dev
2727

2828
- name: Build
2929
run: |

0 commit comments

Comments
 (0)