Skip to content

Commit

Permalink
sudo install
Browse files Browse the repository at this point in the history
  • Loading branch information
RSchwan committed Jun 22, 2024
1 parent efc6c7f commit 2a8d388
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,16 @@ jobs:

- name: Install piqp
shell: bash -l {0}
if: runner.os == 'Windows'
working-directory: build
run: cmake --install . --config $CMAKE_BUILD_TYPE

- name: Install piqp
shell: bash -l {0}
if: runner.os != 'Windows'
working-directory: build
run: sudo cmake --install . --config $CMAKE_BUILD_TYPE

- name: Test piqp
shell: bash -l {0}
working-directory: build
Expand Down

0 comments on commit 2a8d388

Please sign in to comment.