summaryrefslogtreecommitdiff
path: root/.github/workflows/compilers.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/compilers.yml')
-rw-r--r--.github/workflows/compilers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 532e4589e2..b954c64bd8 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -167,7 +167,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: src
- - run: autoconf
+ - run: ./autogen.sh
working-directory: src
- name: Run configure
run: |