summaryrefslogtreecommitdiff
path: root/.github/workflows/mingw.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-05 11:53:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-05 11:53:07 +0900
commitdf275179bde5eef92b701789b99e88ae038cdae2 (patch)
tree2a5767f1bd6ec8d1078ac2b76f68be0ae97d605b /.github/workflows/mingw.yml
parent4f938ffa35f5770af73d55e679f9524e032cbfc3 (diff)
Revert "Moved aclocal.m4 to macro directory"
This reverts commit 4a6571dbc14ee4e88c12cd9931f7695077a3ee6e, because chkbuild does not follow.
Diffstat (limited to '.github/workflows/mingw.yml')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 0efc08a49c..5cccb09d8f 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -68,7 +68,7 @@ jobs:
mkdir install
mkdir temp
cd src
- sh -c "autoreconf -fi -I tool/m4"
+ sh -c "autoreconf -fi"
- name: configure
working-directory: build