Skip to content

Commit 7283d22

Browse files
committed
build: 在自动化构建中禁用 man-db 更新加速构建
1 parent d0d2777 commit 7283d22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
pip3 install semver luadata
2222
- name: Install apt dependencies
2323
run: |
24-
sudo apt install lua5.1 p7zip-full
24+
sudo rm -f /var/lib/man-db/auto-update
25+
sudo apt install --no-install-recommends lua5.1 p7zip-full
2526
- name: Write secret to file
2627
run: |
2728
cat > secret.jx3dat << 'EOF'

0 commit comments

Comments
 (0)