Skip to content

Commit

Permalink
Install missing 'man' executable
Browse files Browse the repository at this point in the history
  • Loading branch information
rswgnu authored Nov 19, 2024
1 parent 3503b2c commit 6b379c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Compile
shell: bash
run: |
apt-get update
apt-get install man
make bin 2>&1 | tee MAKE_BIN_OUTPUT
echo "Number of warnings: $(grep "Warning:" MAKE_BIN_OUTPUT | wc -l)" >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 6b379c8

Please sign in to comment.