From e3ee616acccfff5f4d44af58acbe9e5af5cda9f8 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Wed, 1 Dec 2021 18:00:41 +0400 Subject: [PATCH] Fixes for github actions (autotools). --- .github/workflows/autotools-tier1.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}