Skip to content

Commit 73b4570

Browse files
committed
Check pkg-config
1 parent 25e6e08 commit 73b4570

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/system-libs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ jobs:
4646
shell: bash
4747
working-directory: /tmp
4848
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

Comments
 (0)