We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c37fd commit f6672f6Copy full SHA for f6672f6
.github/workflows/pico-build.yaml
@@ -46,7 +46,7 @@ jobs:
46
run: sudo apt update
47
48
- 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
+ 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
50
51
- name: Build
52
shell: bash
0 commit comments