Fixes for github actions (autotools).

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