We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa316b4 commit 72f7626Copy full SHA for 72f7626
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Compile
27
shell: bash
28
run: |
29
- apt-get install man
+ apt-get install man-db
30
make bin 2>&1 | tee MAKE_BIN_OUTPUT
31
echo "Number of warnings: $(grep "Warning:" MAKE_BIN_OUTPUT | wc -l)" >> $GITHUB_STEP_SUMMARY
32
echo '```' >> $GITHUB_STEP_SUMMARY
0 commit comments