mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
Update ci-windows.yml
ci-windows.yml: Remove update step to prevent errors about outdated mirrors
This commit is contained in:
parent
77aaf23776
commit
e3c1c65d56
2
.github/workflows/ci-windows.yml
vendored
2
.github/workflows/ci-windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user