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