Update windows.yml

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

View File

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