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 5d7c304 commit 068cadbCopy full SHA for 068cadb
.github/workflows/build-clang-doxy.yml
@@ -290,7 +290,7 @@ jobs:
290
run: |
291
pip3 install esptool
292
- name: build ESP32 platforms
293
- run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header=./src/print_dependencies.h
+ run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
294
- name: Check artifacts
295
296
ls examples/Wippersnapper_demo/build/*
0 commit comments