Skip to content

Commit

Permalink
try with quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeterMugaas committed May 16, 2024
1 parent 9d15767 commit 846019c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}
- name: Download PVS-Studio
run: curl -L https://cdn.pvs-studio.com/PVS-Studio_setup.exe \
-o PVS-Studio_setup.exe
run: curl -L "https://cdn.pvs-studio.com/PVS-Studio_setup.exe" \
-o "PVS-Studio_setup.exe"
- name: Install PVS-Studio
run: PVS-Studio_setup.exe /verysilent /suppressmsgboxes \
/nocloseapplications /norestart \
Expand Down

0 comments on commit 846019c

Please sign in to comment.