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 4d5a377 commit d424e55Copy full SHA for d424e55
.github/workflows/push.yml
@@ -301,8 +301,7 @@ jobs:
301
shell: bash
302
run: |
303
. ${IDF_PATH}/export.sh
304
- cp -r components/arduino-esp32/idf_component_examples/Hello_world test
305
- idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/components build
+ idf.py -C components/arduino-esp32/idf_component_examples/Hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build
306
307
# Save artifacts to gh-pages
308
save-master-artifacts:
0 commit comments