aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5ed3ffd0..f6752c35 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -187,7 +187,7 @@ jobs:
mkdir build-full-sdk && cd build-full-sdk
cmake -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DGPGFRONTEND_BUILD_TYPE_FULL_SDK=ON ..
cmake --build . --config ${{env.BUILD_TYPE}} -- -j 4
- sudo cmake --install . --config {{$env.BUILD_TYPE}}
+ cmake --install . --config {{$env.BUILD_TYPE}}
if: matrix.os == 'windows-2019'
- name: Build Integrated Modules