File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 persist-credentials : false
3131
32+ # the man-db trigger causes package installations to stall for several minutes at times. so just drop the package.
33+ # see https://github.com/actions/runner/issues/4030
34+ - name : Remove man-db package on ubuntu
35+ if : matrix.os == 'ubuntu-24.04'
36+ run : |
37+ sudo apt-get update
38+ sudo apt-get remove man-db
39+
3240 - name : Install missing software on ubuntu
3341 if : matrix.os == 'ubuntu-24.04'
3442 run : |
Original file line number Diff line number Diff line change 1717 with :
1818 persist-credentials : false
1919
20+ # the man-db trigger causes package installations to stall for several minutes at times. so just drop the package.
21+ # see https://github.com/actions/runner/issues/4030
22+ - name : Remove man-db package
23+ run : |
24+ sudo apt-get update
25+ sudo apt-get remove man-db
26+
2027 - name : Install missing software
2128 run : |
2229 sudo apt-get update
You can’t perform that action at this time.
0 commit comments