Update windows.yml
This commit is contained in:
parent
2550f404b0
commit
9a5e21932b
10
.github/workflows/windows.yml
vendored
10
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user