ci(gha): remove redundant keys

This commit is contained in:
eine
2020-07-22 01:03:08 +02:00
parent aefb9aed21
commit a993e9fd33

View File

@@ -9,18 +9,15 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
include:
- msystem: MINGW64
msystem_lower: mingw64
arch: x86_64
- msystem: MINGW32
msystem_lower: mingw32
arch: i686
include: [
{ msystem: MINGW64, arch: x86_64 },
{ msystem: MINGW32, arch: i686 }
]
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
@@ -32,4 +29,4 @@ jobs:
update: true
- name: CI-Build
run: MINGW_INSTALLS=${{ matrix.msystem_lower }} ./ci-build.sh
run: MINGW_INSTALLS=${{ matrix.msystem }} ./ci-build.sh