Skip to content

Commit

Permalink
[REF] github-action: Avoid unnecessary time-consuming 'Processing tri…
Browse files Browse the repository at this point in the history
…ggers for man-db' installing apt
  • Loading branch information
moylop260 committed Dec 31, 2024
1 parent 2a4bfe5 commit dc9e2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update -qq
sudo rm -rf /var/lib/man-db/auto-update # Avoid unnecessary time-consuming "Processing triggers for man-db" after using "apt install"
sudo apt install -y libecpg-dev # Required for vx-check-deactivate hook
- name: Test == windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit dc9e2af

Please sign in to comment.