CI: Run sudo at cmake --install

This commit is contained in:
Syping 2021-09-04 17:27:32 +02:00
parent 01bb6e1bcf
commit 3479a5597c
1 changed files with 1 additions and 1 deletions

View File

@ -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}}