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 25e6e08 commit 73b4570Copy full SHA for 73b4570
.github/workflows/system-libs.yml
@@ -46,3 +46,7 @@ jobs:
46
shell: bash
47
working-directory: /tmp
48
run: cmake --install _build --prefix "/usr/share/pkgconfig" --config RelWithDebInfo
49
+
50
+ - name: Check pkg-config availability
51
+ shell: bash
52
+ run: pkg-config --modversion mongoc2
0 commit comments