Skip to content

Commit

Permalink
[ci] Don't show progress of choco install
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jun 10, 2024
1 parent 3378f7c commit 48639c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
if [[ "${{ runner.os }}" == "Windows" ]] ; then
if [[ "${{ matrix.backend }}" == "skia" ]] ; then
choco install wget
choco install wget -y --no-progress
wget https://github.com/aseprite/skia/releases/download/m102-861e4743af/Skia-Windows-Release-x64.zip
unzip Skia-Windows-Release-x64.zip -d skia
fi
Expand Down

0 comments on commit 48639c0

Please sign in to comment.