Skip to content

Commit d424e55

Browse files
committed
test
1 parent 4d5a377 commit d424e55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@ jobs:
301301
shell: bash
302302
run: |
303303
. ${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
304+
idf.py -C components/arduino-esp32/idf_component_examples/Hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build
306305
307306
# Save artifacts to gh-pages
308307
save-master-artifacts:

0 commit comments

Comments
 (0)