Change shell from pwsh to cmd

This commit is contained in:
Putta Khunchalee 2022-05-28 04:04:03 +07:00
parent 75da7ae509
commit b127624771
1 changed files with 2 additions and 0 deletions

View File

@ -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