Skip to content

Commit

Permalink
Run autoconf -i in the Build step of the scanbuild workflow
Browse files Browse the repository at this point in the history
Fixup from 54fef09
  • Loading branch information
emanuele6 committed Jul 24, 2023
1 parent cca0087 commit 3305596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scanbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
CC: ${{ matrix.compiler }}
MAKEVARS: ${{ matrix.makevars }}
run: |
autoreconf -i

This comment has been minimized.

Copy link
@wader

wader Jul 24, 2023

Member

Oh it only runs for some branches, sorry about that

./configure --with-oniguruma=builtin $COVERAGE
scan-build --keep-going make -j4
- name: Test
Expand Down

0 comments on commit 3305596

Please sign in to comment.