summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2023-07-24 18:53:40 +0200
committerEmanuele Torre <torreemanuele6@gmail.com>2023-07-24 18:55:48 +0200
commit330559643a67fd5f0818a29d5729db97e138390d (patch)
tree822dc4df1bb5e1df18c285bd0e5e7d217b682670 /.github
parentcca0087ee62c799c9777f3bbc37306c350fa2c28 (diff)
Run autoconf -i in the Build step of the scanbuild workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scanbuild.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/scanbuild.yml b/.github/workflows/scanbuild.yml
index deee8ffe..ad94e0fa 100644
--- a/.github/workflows/scanbuild.yml
+++ b/.github/workflows/scanbuild.yml
@@ -48,6 +48,7 @@ jobs:
CC: ${{ matrix.compiler }}
MAKEVARS: ${{ matrix.makevars }}
run: |
+ autoreconf -i
./configure --with-oniguruma=builtin $COVERAGE
scan-build --keep-going make -j4
- name: Test