Update windows.yml
This commit is contained in:
parent
bdab6a0784
commit
dd1cc3daee
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -16,15 +16,18 @@ jobs:
|
||||
- name: make setup
|
||||
run: mingw32-make setup
|
||||
shell: cmd
|
||||
working-directory: D:/a/raylib-cpp-starter
|
||||
|
||||
- name: make compile
|
||||
run: mingw32-make compile
|
||||
- name: make clean
|
||||
run: mingw32-make clean
|
||||
shell: cmd
|
||||
working-directory: D:/a/raylib-cpp-starter
|
||||
|
||||
- name: make compile CXX=g++
|
||||
run: mingw32-make compile CXX=g++
|
||||
- name: make clean
|
||||
run: mingw32-make clean
|
||||
shell: cmd
|
||||
working-directory: D:/a/raylib-cpp-starter
|
||||
|
Loading…
Reference in New Issue
Block a user