Skip to content

Commit 46bf763

Browse files
committed
Use sudo
1 parent d4970d6 commit 46bf763

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/local" --config RelWithDebInfo
48+
run: sudo cmake --install _build --prefix "/usr/local" --config RelWithDebInfo
4949

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

0 commit comments

Comments
 (0)