Skip to content

Commit 32b2e36

Browse files
committed
CI/PERF: apt remove man-db => CI 10x speedup
1 parent f44b456 commit 32b2e36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- run: shellcheck -S warning *.sh
20+
- run: sudo apt-get remove man-db
2021
- run: sudo apt-get install --no-install-recommends gzip git git-lfs openssl gpg
2122
- run: sudo apt-get install --no-install-recommends bash zsh ksh csh
2223
- run: time ./smoke-test.sh
@@ -47,6 +48,7 @@ jobs:
4748
contents: write
4849
steps:
4950
- uses: actions/checkout@v4
51+
- run: sudo apt-get remove man-db
5052
- run: sudo apt-get install aspell
5153
- run: .github/scripts/spellcheck.sh README.md
5254
- run: .github/scripts/spellcheck.sh README.full.md

0 commit comments

Comments
 (0)