Update windows.yml
This commit is contained in:
parent
d059bb8052
commit
98365748be
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user