diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index dd7f4db..a9f8d9c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,20 +16,20 @@ jobs: - name: make setup run: mingw32-make setup - shell: bash + shell: cmd - name: make compile run: mingw32-make compile - shell: bash + shell: cmd - name: make clean run: mingw32-make clean - shell: bash + shell: cmd - name: make compile CXX=g++ run: mingw32-make compile CXX=g++ - shell: bash + shell: cmd - name: make clean run: mingw32-make clean - shell: bash + shell: cmd