We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb33c5e commit 300777bCopy full SHA for 300777b
.github/workflows/push.yml
@@ -82,4 +82,4 @@ jobs:
82
run: |
83
. ${IDF_PATH}/export.sh
84
idf.py create-project test
85
- idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/../components build
+ idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/components build
0 commit comments