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 d4970d6 commit 46bf763Copy full SHA for 46bf763
.github/workflows/system-libs.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install libmongoc
46
shell: bash
47
working-directory: /tmp
48
- run: cmake --install _build --prefix "/usr/local" --config RelWithDebInfo
+ run: sudo cmake --install _build --prefix "/usr/local" --config RelWithDebInfo
49
50
- name: Check pkg-config availability
51
0 commit comments