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:
Stephen Williams 2022-12-26 21:22:21 -05:00
parent 8ecb1ab15c
commit ba370285f3
1 changed files with 1 additions and 1 deletions

View File

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