Skip to content

Commit eab34b4

Browse files
authored
Add Sudo
Signed-off-by: Gregory Mitchell <grmitchell713@gmail.com>
1 parent 43c7eb3 commit eab34b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Configure Project
1717
run: cmake .
1818
- name: Build Project
19-
run: cmake --build . --config Release --target install
19+
run: sudo cmake --build . --config Release --target install
2020
- name: Test Project
2121
run: ctest
2222

0 commit comments

Comments
 (0)