diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 0631718bb2..d1083ae4b1 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -72,12 +72,12 @@ jobs: if ($rslt.contains($e)) { Write-Host $rslt } else { Write-Host "`nCan't find $e" } } - - name: misc setup, autoreconf + + - name: autogen run: | - mkdir temp - cd src - sh -c "autoreconf -fi" - working-directory: + ./autogen.sh + working-directory: src + shell: sh - name: configure run: |