From 6bb72a1d2f5a3bb32c550cff3e4114752eb42e64 Mon Sep 17 00:00:00 2001 From: mkonnerth Date: Mon, 18 Nov 2024 22:39:21 +0100 Subject: [PATCH] try install without sudo --- .github/workflows/GccDebugMemcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GccDebugMemcheck.yml b/.github/workflows/GccDebugMemcheck.yml index 59e0749..169ed2e 100644 --- a/.github/workflows/GccDebugMemcheck.yml +++ b/.github/workflows/GccDebugMemcheck.yml @@ -76,7 +76,7 @@ jobs: - name: Install open shell: bash working-directory: ./openRoot/build - run: sudo cmake --install . + run: cmake --install . - name: Create Build Environment # Some projects don't allow in-source building, so create a separate