Fixes for github actions (autotools).

This commit is contained in:
Alexander Shaduri
2021-12-01 18:02:49 +04:00
committed by GitHub
parent e3ee616acc
commit defdb35655
+1 -2
View File
@@ -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}