We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209a7df commit bb50dc7Copy full SHA for bb50dc7
1 file changed
.github/workflows/CI.yaml
@@ -34,14 +34,6 @@ jobs:
34
- name: Checkout
35
uses: actions/checkout@v4
36
with: { fetch-depth: 0 }
37
- - name: Disable man-db triggers
38
- run: |
39
- # https://github.com/communitiesuk/funding-service/pull/839
40
- # https://github.com/actions/runner-images/issues/10977
41
- # Disables man-db triggers, which have been a cause of huge (but variable) delays in github action jobs
42
- # completing; we're seeing pauses on this step of 120+ seconds in some rare cases.
43
- echo "set man-db/auto-update false" | sudo debconf-communicate
44
- sudo dpkg-reconfigure man-db
45
- name: Install Dependencies
46
run: sudo apt-get install -y g++ qt6-base-dev
47
- name: Build
0 commit comments