summaryrefslogtreecommitdiff
path: root/.github/workflows/mjit.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/mjit.yml
parent4f938ffa35f5770af73d55e679f9524e032cbfc3 (diff)
Revert "Moved aclocal.m4 to macro directory"
This reverts commit 4a6571dbc14ee4e88c12cd9931f7695077a3ee6e, because chkbuild does not follow.
Diffstat (limited to '.github/workflows/mjit.yml')
-rw-r--r--.github/workflows/mjit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index dff58f81a3..08a659e3e2 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -38,7 +38,7 @@ jobs:
- name: Set ENV
run: |
echo '::set-env name=JOBS::'-j$((1 + $(nproc --all)))
- - run: autoconf -I tool/m4
+ - run: autoconf
working-directory: src
- run: mkdir build
- name: Run configure