Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeterMugaas authored May 17, 2024
1 parent d1ad0d7 commit 79b3087
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
run: choco install ninja

- name: Install PVS-Studio
run: choco install pvs-studio

- Name: PVS-Setup License
run: choco install pvs-studio --package-parameters="'/standalone'"
shell: cmd

- name: PVS-Setup License
run: \Program Files (x86)\PVS-Studio\PVS-Studio_Cmd.exe \
--userName ${{ secrets.USER_NAME }} --licenseKey ${{ secrets.LICSESE_KEY }}

Expand Down

0 comments on commit 79b3087

Please sign in to comment.