We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a995cb commit 2d6d14eCopy full SHA for 2d6d14e
.github/workflows/cmake-multi-platform.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Install dependencies on Ubuntu
45
if: matrix.os == 'ubuntu-latest'
46
- run: sudo apt-get update && apt-get install -y libldap2-dev
+ run: sudo apt-get update && sudo apt-get install -y libldap2-dev
47
48
- name: Configure CMake
49
run: cmake -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} --preset=${{ matrix.cmake_preset }}
0 commit comments