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