Update msys2.yml

This commit is contained in:
ksherlock 2020-11-17 22:33:39 -05:00 committed by GitHub
parent 8ff374eced
commit 32495371de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
msys: [MSYS2, MINGW32, MINGW64]
msys: [MSYS, MINGW32, MINGW64]
steps:
- uses: actions/checkout@v2
with:
@ -18,13 +18,12 @@ jobs:
uses: msys2/setup-msys2@v2
with:
path-type: strict
msystem: ${{ matrix.msys }}
install: make gcc mingw32/mingw-w64-i686-gcc mingw64/mingw-w64-x86_64-gcc
# Runs a single command using the runners shell
- name: Make ${{ matrix.msys }}
run: |
set MSYSTEM=${{ matrix.msys }}
msys2 -c 'make'
run: msys2 -c 'make'
- name: Artifacts
uses: actions/upload-artifact@v2