Skip to content

Commit f6672f6

Browse files
committed
Fix pico CI by installing doxygen
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent 49c37fd commit f6672f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pico-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: sudo apt update
4747

4848
- name: "Install deps"
49-
run: sudo apt install -y cmake gperf ninja-build gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib erlang-base erlang-dialyzer
49+
run: sudo apt install -y cmake doxygen gperf ninja-build gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib erlang-base erlang-dialyzer
5050

5151
- name: Build
5252
shell: bash

0 commit comments

Comments
 (0)