use proper names for MSYS2

This commit is contained in:
nulano 2020-08-30 06:09:42 +02:00
parent 3c9897799b
commit facf73f8d0

View File

@ -204,8 +204,10 @@ jobs:
mingw: ["MINGW32", "MINGW64"]
include:
- mingw: "MINGW32"
name: "MSYS2 MinGW 32-bit"
package: "mingw-w64-i686"
- mingw: "MINGW64"
name: "MSYS2 MinGW 64-bit"
package: "mingw-w64-x86_64"
defaults:
@ -216,7 +218,7 @@ jobs:
CHERE_INVOKING: 1
timeout-minutes: 30
name: MSYS2 ${{ matrix.mingw }}
name: ${{ matrix.name }}
steps:
- uses: actions/checkout@v2
@ -265,4 +267,4 @@ jobs:
python3 -m pip install codecov
bash <(curl -s https://codecov.io/bash) -F GHA_Windows
env:
CODECOV_NAME: MSYS2 ${{ matrix.mingw }}
CODECOV_NAME: ${{ matrix.name }}