diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 39008d8..7effebf 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -23,4 +23,4 @@ jobs: - name: Build 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}}