Skip to content

Commit 72f7626

Browse files
authored
Update main.yml - Change 'man' to 'man-db'
1 parent aa316b4 commit 72f7626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Compile
2727
shell: bash
2828
run: |
29-
apt-get install man
29+
apt-get install man-db
3030
make bin 2>&1 | tee MAKE_BIN_OUTPUT
3131
echo "Number of warnings: $(grep "Warning:" MAKE_BIN_OUTPUT | wc -l)" >> $GITHUB_STEP_SUMMARY
3232
echo '```' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)