Skip to content

Commit 0cc22e1

Browse files
committed
ci: remove sudo from cmake install command in CI workflow
1 parent f849d56 commit 0cc22e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
ctest --output-on-failure
6060
- name: install
6161
run: |
62-
sudo cmake --install build
62+
cmake --install build

0 commit comments

Comments
 (0)