From defdb35655ee7bcf9f96e2183a3755576130b223 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Wed, 1 Dec 2021 18:02:49 +0400 Subject: [PATCH] Fixes for github actions (autotools). --- .github/workflows/autotools-tier1.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/autotools-tier1.yml b/.github/workflows/autotools-tier1.yml index 3139cbb..bd7b234 100644 --- a/.github/workflows/autotools-tier1.yml +++ b/.github/workflows/autotools-tier1.yml @@ -108,11 +108,10 @@ jobs: working-directory: ${{runner.workspace}} run: md build - - name: Configure shell: msys2 {0} working-directory: ${{runner.workspace}}/build - run: "${GITHUB_WORKSPACE}/gsmartcontrol/configure" --enable-tests + run: ../gsmartcontrol/configure --enable-tests - name: Build shell: msys2 {0}