Update windows.yml

This commit is contained in:
Aryeh 2020-11-27 13:25:04 +11:00 committed by GitHub
parent d059bb8052
commit 98365748be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,16 @@ jobs:
- uses: actions/checkout@v2
- name: make setup
run: mingw32-make setup
shell: cmd
- name: make compile
run: mingw32-make compile
- name: make clean
run: mingw32-make clean
shell: cmd
- name: make compile CXX=g++
run: mingw32-make compile CXX=g++
- name: make clean
run: mingw32-make clean
shell: cmd