Skip to content

Commit 7b2cea1

Browse files
committed
Add flag for generate/include header
1 parent 1563c34 commit 7b2cea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,13 @@ jobs:
208208
- name: Build for ESP32-SX #1
209209
run: |
210210
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
212212
- name: 2nd Build for ESP32-SX #2
213213
run: |
214214
cd $WS_PATH
215215
# set current folder to WS_PATH
216216
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
218218
- name: list
219219
run: |
220220
ls

0 commit comments

Comments
 (0)