Skip to content

Commit

Permalink
When we run choco install we should pass --no-progress to keep output…
Browse files Browse the repository at this point in the history
… trimmed down.
  • Loading branch information
ptahmose committed May 22, 2024
1 parent 2f8402e commit 2709152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Prepare Coverage
if: ${{ (matrix.OS == 'windows-latest') && ( matrix.build == 'Debug') }}
run: |
choco install OpenCppCoverage -y
choco install OpenCppCoverage -y --no-progress
echo "C:\Program Files\OpenCppCoverage" >> "$env:GITHUB_PATH"
- name: Get Coverage
Expand Down

0 comments on commit 2709152

Please sign in to comment.