File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,13 +208,13 @@ jobs:
208
208
- name : Build for ESP32-SX # 1
209
209
run : |
210
210
echo >>$GITHUB_ENV WS_PATH=$(pwd)
211
- python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
211
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
212
212
- name : 2nd Build for ESP32-SX # 2
213
213
run : |
214
214
cd $WS_PATH
215
215
# set current folder to WS_PATH
216
216
python3 -c 'import os; os.chdir(os.environ["WS_PATH"]); print("current folder: ", os.getcwd())'
217
- python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
217
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
218
218
- name : list
219
219
run : |
220
220
ls
You can’t perform that action at this time.
0 commit comments