Skip to content

Commit 284ba70

Browse files
committed
test
1 parent e862196 commit 284ba70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-esp-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
${IDF_PATH}/install.sh
124124
. ${IDF_PATH}/export.sh
125-
apt update && apt install -y libffi-dev libcairo2-dev
125+
apt update && apt install -y libffi-dev libcairo2-dev doxygen
126126
pip install esp_docs-*-py3-none-any.whl
127127
cd ${IDF_PATH}/docs
128128
build-docs -t esp32 -l en

0 commit comments

Comments
 (0)