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 73b4570 commit d4970d6Copy full SHA for d4970d6
.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/share/pkgconfig" --config RelWithDebInfo
+ run: cmake --install _build --prefix "/usr/local" --config RelWithDebInfo
49
50
- name: Check pkg-config availability
51
0 commit comments