From ba370285f3a62027b7a4d2cd66fa607fc478b6ad Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 26 Dec 2022 21:22:21 -0500 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63fa729b1..36af84539 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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