Skip to content

Commit 8b3712f

Browse files
committed
ci: github actions build without man-db trigger
1 parent 0329d7b commit 8b3712f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-strand-cam-offline-checkerboards.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: install OpenCV
2121
run: |
22+
# See https://github.com/actions/runner-images/issues/10977
23+
echo 'set man-db/auto-update false' | sudo debconf-communicate >/dev/null
24+
sudo dpkg-reconfigure man-db
2225
sudo apt-get update
2326
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libopencv-dev
2427
- name: Build app

0 commit comments

Comments
 (0)