mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2024-12-14 01:29:11 +00:00
Update msys2.yml
This commit is contained in:
parent
e7720a69bb
commit
66cf463cbf
11
.github/workflows/msys2.yml
vendored
11
.github/workflows/msys2.yml
vendored
@ -14,9 +14,20 @@ jobs:
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
path-type: strict
|
||||
install: base-devel
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Make MINGW32
|
||||
run: |
|
||||
set MSYSTEM=MINGW32
|
||||
msys2 -c 'make'
|
||||
|
||||
- name: Make MINGW64
|
||||
run: |
|
||||
set MSYSTEM=MINGW64
|
||||
msys2 -c 'make'
|
||||
|
||||
- name: Make MSYS2
|
||||
run: |
|
||||
set MSYSTEM=MSYS2
|
||||
msys2 -c 'make'
|
||||
|
Loading…
Reference in New Issue
Block a user