Skip to content

Commit d4970d6

Browse files
committed
Try different install prefix
1 parent 73b4570 commit d4970d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/system-libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install libmongoc
4646
shell: bash
4747
working-directory: /tmp
48-
run: cmake --install _build --prefix "/usr/share/pkgconfig" --config RelWithDebInfo
48+
run: cmake --install _build --prefix "/usr/local" --config RelWithDebInfo
4949

5050
- name: Check pkg-config availability
5151
shell: bash

0 commit comments

Comments
 (0)