Skip to content

Commit 26e6090

Browse files
committed
apt
Signed-off-by: Anas Nashif <[email protected]>
1 parent 8a760c8 commit 26e6090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
- name: Build Doxygen Coverage
118118
if: matrix.platform == 'unit_testing'
119119
run: |
120+
sudo apt-get update
120121
sudo apt-get install -y graphviz # dot is needed but currently missing from the Docker image
121122
cmake -B doc/_build -S doc
122123
cmake --build doc/_build --target doxygen-coverage

0 commit comments

Comments
 (0)