mirror of https://github.com/InoriRus/Kyty.git
Change shell from pwsh to cmd
This commit is contained in:
parent
75da7ae509
commit
b127624771
|
@ -16,6 +16,8 @@ jobs:
|
|||
- name: Run CMake
|
||||
run: cmake_EclipseMinGW.bat 4 _Gcc
|
||||
working-directory: _Build
|
||||
shell: cmd
|
||||
- name: Build
|
||||
run: _build.bat
|
||||
working-directory: _Build/_Gcc
|
||||
shell: cmd
|
||||
|
|
Loading…
Reference in New Issue