This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new a6541c499 ci: Add missing doxygen dependency
a6541c499 is described below
commit a6541c4997b0d50673be91cb003958a8a240739b
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Feb 26 13:56:54 2025 +0100
ci: Add missing doxygen dependency
graphviz is now required.
---
.github/workflows/compliance_check.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/compliance_check.yml
b/.github/workflows/compliance_check.yml
index 131133587..a0eef08bb 100644
--- a/.github/workflows/compliance_check.yml
+++ b/.github/workflows/compliance_check.yml
@@ -72,7 +72,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
- sudo apt-get install -y doxygen
+ sudo apt-get install -y doxygen graphviz
- name: Check Doxygen
shell: bash
run: |