From b1276247712e696c454b6613f73f8fc7c39c506e Mon Sep 17 00:00:00 2001 From: Putta Khunchalee Date: Sat, 28 May 2022 04:04:03 +0700 Subject: [PATCH] Change shell from pwsh to cmd --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33a1960..33a6f35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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