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 ebd10e3 commit 2a995cbCopy full SHA for 2a995cb
.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 install -y libldap2-dev
+ run: sudo apt-get update && 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