mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +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:
|
steps:
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
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++
|
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
|
- uses: actions/checkout@master
|
||||||
- name: Build
|
- name: Build
|
||||||
@ -33,7 +32,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
update: true
|
|
||||||
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python
|
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Add msbuild to PATH
|
- name: Add msbuild to PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user