Update ci-windows.yml

ci-windows.yml:  Remove update step to prevent errors about outdated mirrors
This commit is contained in:
Dirk Best 2020-11-01 12:33:09 +01:00 committed by GitHub
parent 77aaf23776
commit e3c1c65d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
update: true
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-lld mingw-w64-x86_64-libc++
- uses: actions/checkout@master
- name: Build
@ -33,7 +32,6 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
update: true
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python
- uses: actions/checkout@master
- name: Add msbuild to PATH