diff --git a/.github/workflows/autotools-tier1.yml b/.github/workflows/autotools-tier1.yml index 10c6632..3139cbb 100644 --- a/.github/workflows/autotools-tier1.yml +++ b/.github/workflows/autotools-tier1.yml @@ -104,9 +104,10 @@ jobs: run: ./autogen.sh - name: Create Build Directory - shell: msys2 {0} + shell: cmd working-directory: ${{runner.workspace}} - run: mkdir build + run: md build + - name: Configure shell: msys2 {0}