Skip to content

Commit

Permalink
Suppress MSYS2 download progress bars
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFoxRox authored and mborgerson committed Dec 23, 2019
1 parent 54bb4b4 commit c196244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen_msys2_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
print('::set-env name=BUILD_TAG::v' + datetime.now().strftime('%y%m%d%H%M%S'))
- name: Install MSYS2 & Dependencies
run: |
choco install msys2
choco install msys2 --no-progress
C:\tools\msys64\usr\bin\bash.exe -lc "pacman --needed --noconfirm -S \
ccache \
git \
Expand Down

0 comments on commit c196244

Please sign in to comment.