ci: Windows: Replace `MINGW_INSTALLS` with `MINGW_ARCH`

Currently the Windows build generates a warning

   => WARNING: MINGW_INSTALLS is deprecated, use MINGW_ARCH instead

Make this change to the CI workflow file.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
Lars-Peter Clausen 2022-12-26 10:02:59 -08:00
parent 42212cfb58
commit 13ba780fe8
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jobs:
run:
shell: msys2 {0}
env:
MINGW_INSTALLS: ${{ matrix.msystem }}
MINGW_ARCH: ${{ matrix.msystem }}
steps:
- run: git config --global core.autocrlf input