Skip to content

Commit 4af0964

Browse files
committed
Add missing make step to build retry ahead of building the man page.
1 parent 1cb4314 commit 4af0964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/full-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
run: |
1616
autoreconf -fi
1717
./configure
18+
make
1819
make dist
1920
head retry.1; cat retry.1 | grep -C5 "try forever" || exit 1
2021

0 commit comments

Comments
 (0)