Skip to content

Commit 300777b

Browse files
authored
Fix component path
1 parent cb33c5e commit 300777b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
run: |
8383
. ${IDF_PATH}/export.sh
8484
idf.py create-project test
85-
idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/../components build
85+
idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/components build

0 commit comments

Comments
 (0)