Skip to content

Commit aa316b4

Browse files
authored
Update main.yml - Remove apt-get update
1 parent 36b83da commit aa316b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)