File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ for example in $affected_examples; do
26
26
fi
27
27
fi
28
28
29
- idf.py -C " $example_path " set-target " $IDF_TARGET "
29
+ idf.py --preview - C " $example_path " set-target " $IDF_TARGET "
30
30
31
31
has_requirements=$( ${CHECK_REQUIREMENTS} " $example_path " " $example_path /sdkconfig" )
32
32
if [ " $has_requirements " -eq 0 ]; then
@@ -35,5 +35,5 @@ for example in $affected_examples; do
35
35
fi
36
36
37
37
printf " \n\033[95mBuilding %s\033[0m\n\n" " $example "
38
- idf.py -C " $example_path " -DEXTRA_COMPONENT_DIRS=" $PWD /components" build
38
+ idf.py --preview - C " $example_path " -DEXTRA_COMPONENT_DIRS=" $PWD /components" build
39
39
done
Original file line number Diff line number Diff line change 67
67
if : ${{ !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'release/')) }}
68
68
outputs :
69
69
matrix : ${{ steps.set-matrix.outputs.matrix }}
70
- idf_ver : ${{ steps.set-matrix.outputs.idf_ver }}
71
- idf_target : ${{ steps.set-matrix.outputs.idf_target }}
72
70
should_build : ${{ steps.affected-examples.outputs.should_build }}
73
71
steps :
74
72
- name : Install universal-ctags
You can’t perform that action at this time.
0 commit comments