Skip to content

Commit 665a7ba

Browse files
committed
.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml: populate nut-ddl.py even if not generated from .in template currently
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 2af2063 commit 665a7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
cd ../nut-website && \
2727
autoreconf -ifv && \
28-
./configure && \
28+
./configure || echo "CONFIGURE FAILED, WILL TRY DIRECTLY" >&2 ; \
2929
if [ ! -s tools/nut-ddl.py ] && [ -s tools/nut-ddl.py.in ] ; then \
3030
cp -pf tools/nut-ddl.py.in tools/nut-ddl.py ; \
3131
fi ; \

0 commit comments

Comments
 (0)