Update windows.yml

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

View File

@ -16,20 +16,15 @@ 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