Skip to content

Commit 2d6d14e

Browse files
committed
Adds missing sudo from workflow
1 parent 2a995cb commit 2d6d14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Install dependencies on Ubuntu
4545
if: matrix.os == 'ubuntu-latest'
46-
run: sudo apt-get update && apt-get install -y libldap2-dev
46+
run: sudo apt-get update && sudo apt-get install -y libldap2-dev
4747

4848
- name: Configure CMake
4949
run: cmake -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} --preset=${{ matrix.cmake_preset }}

0 commit comments

Comments
 (0)