summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-04-08 18:25:28 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:33 -0400
commit40b329096660c55f9f30069a1b72aec026ee19b1 (patch)
tree071b4a72294ba2d5013b946662528d9649805357
parentb626dd7211b9d45f1dab6f82057445781f34f20f (diff)
Use autogen.sh in YJIT's CI setup
See d825e34962540d345eb3c5a70eb264b415e915a5
-rw-r--r--.github/workflows/yjit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yjit.yml b/.github/workflows/yjit.yml
index 470777bdf6..b758724de2 100644
--- a/.github/workflows/yjit.yml
+++ b/.github/workflows/yjit.yml
@@ -34,7 +34,7 @@ jobs:
- name: Set ENV
run: |
echo "JOBS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
- - run: autoconf
+ - run: ./autogen.sh
working-directory: src
- name: Run configure
run: ../src/configure -C --disable-install-doc