mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 05:04:24 +03:00
use proper names for MSYS2
This commit is contained in:
parent
3c9897799b
commit
facf73f8d0
6
.github/workflows/test-windows.yml
vendored
6
.github/workflows/test-windows.yml
vendored
|
@ -204,8 +204,10 @@ jobs:
|
||||||
mingw: ["MINGW32", "MINGW64"]
|
mingw: ["MINGW32", "MINGW64"]
|
||||||
include:
|
include:
|
||||||
- mingw: "MINGW32"
|
- mingw: "MINGW32"
|
||||||
|
name: "MSYS2 MinGW 32-bit"
|
||||||
package: "mingw-w64-i686"
|
package: "mingw-w64-i686"
|
||||||
- mingw: "MINGW64"
|
- mingw: "MINGW64"
|
||||||
|
name: "MSYS2 MinGW 64-bit"
|
||||||
package: "mingw-w64-x86_64"
|
package: "mingw-w64-x86_64"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
@ -216,7 +218,7 @@ jobs:
|
||||||
CHERE_INVOKING: 1
|
CHERE_INVOKING: 1
|
||||||
|
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
name: MSYS2 ${{ matrix.mingw }}
|
name: ${{ matrix.name }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -265,4 +267,4 @@ jobs:
|
||||||
python3 -m pip install codecov
|
python3 -m pip install codecov
|
||||||
bash <(curl -s https://codecov.io/bash) -F GHA_Windows
|
bash <(curl -s https://codecov.io/bash) -F GHA_Windows
|
||||||
env:
|
env:
|
||||||
CODECOV_NAME: MSYS2 ${{ matrix.mingw }}
|
CODECOV_NAME: ${{ matrix.name }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user