mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Merge pull request #7019 from belegdol/appveyor-fix-typo
Fix redundancy in pacman-key --verify call
This commit is contained in:
commit
f65cc56afc
@ -37,7 +37,7 @@ for:
|
||||
- set MSYSTEM=MINGW64
|
||||
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
|
||||
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
|
||||
- bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
|
||||
- bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
|
||||
- bash -lc "pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
|
||||
- bash -lc "pacman -Syu --noconfirm"
|
||||
- taskkill /f /fi "MODULES eq msys-2.0.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user