summaryrefslogtreecommitdiff
path: root/.github/workflows/mingw.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-07 15:34:29 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-07 20:46:25 +0900
commit8acb2a9b4069f55f71a80c747fc7c6bcb686abb7 (patch)
treef6e05af555890772537f4b143481667bbbe8054c /.github/workflows/mingw.yml
parentec032e86faf9ac128ac51e3394d9b4001a374b38 (diff)
[MinGW] Use autogen
Diffstat (limited to '.github/workflows/mingw.yml')
-rw-r--r--.github/workflows/mingw.yml10
1 files changed, 5 insertions, 5 deletions
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: |