Update windows.yml

This commit is contained in:
Aryeh 2020-11-27 15:55:14 +11:00 committed by GitHub
parent 6846db5080
commit 5479ca36c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,15 +16,20 @@ jobs:
- name: make setup
run: mingw32-make setup
shell: cmd
- name: make compile
run: mingw32-make compile
shell: cmd
- name: make clean
run: mingw32-make clean
shell: cmd
- name: make compile CXX=g++
run: mingw32-make compile CXX=g++
shell: cmd
- name: make clean
run: mingw32-make clean
shell: cmd