Suppress MSYS2 download progress bars

This commit is contained in:
Jannik Vogel 2019-12-01 10:56:16 +01:00 committed by mborgerson
parent 54bb4b421f
commit c1962448b0

View File

@ -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 \