summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/cmake-platform-debug.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cmake-platform-debug.yml')
-rw-r--r--.github/workflows/cmake-platform-debug.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-platform-debug.yml b/.github/workflows/cmake-platform-debug.yml
index 1dbcdb5..02117b2 100644
--- a/.github/workflows/cmake-platform-debug.yml
+++ b/.github/workflows/cmake-platform-debug.yml
@@ -23,6 +23,6 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Install
- run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
+ run: sudo cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}