mirror of
https://github.com/xemu-project/xemu-msys2.git
synced 2024-11-23 01:49:42 +00:00
Suppress MSYS2 download progress bars
This commit is contained in:
parent
54bb4b421f
commit
c1962448b0
2
.github/workflows/gen_msys2_env.yml
vendored
2
.github/workflows/gen_msys2_env.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user