From 37fb4dc096cd5b9ebeff0bfa61c82fb72f2c6add Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Wed, 1 Dec 2021 17:57:55 +0400 Subject: [PATCH] Fixes for github actions (autotools). --- .github/workflows/autotools-tier1.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/autotools-tier1.yml b/.github/workflows/autotools-tier1.yml index 28d656b..10c6632 100644 --- a/.github/workflows/autotools-tier1.yml +++ b/.github/workflows/autotools-tier1.yml @@ -111,8 +111,6 @@ jobs: - name: Configure shell: msys2 {0} working-directory: ${{runner.workspace}}/build - # run: > - # ../gsmartcontrol/configure --enable-tests --with-nsis=${{ matrix.root }}/bin/makensis.exe --with-windows-sysroot=${{ matrix.root }} run: "${GITHUB_WORKSPACE}/gsmartcontrol/configure" --enable-tests - name: Build