Skip to content

Commit

Permalink
XXX stop autoreconf -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Sep 18, 2024
1 parent 36a25a4 commit 98797ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
echo WANT_AUTOMAKE=${{matrix.automake}} >> $GITHUB_ENV
- name: 'autoreconf'
run: autoreconf -v -i -f -Wall -Werror
run: autoreconf -v -i -f -Wall

# - name: 'configure'
# run: if ./configure ${COMMON_CONFIGURE_FLAGS} --prefix=$PWD/__prefix; then :; else cat config.log; exit 1; fi
Expand Down

0 comments on commit 98797ea

Please sign in to comment.