Skip to content

Commit 65be13a

Browse files
committed
Add project dependencies to output build flags for Sx builds
1 parent fadd18d commit 65be13a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
- name: Install Dependencies (esptool)
7272
run: |
7373
pip3 install esptool
74+
- name: Build dependencies file for ESP32-SX
75+
run: |
76+
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
77+
tree
7478
- name: Build for ESP32-SX
7579
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
7680
- name: list files

0 commit comments

Comments
 (0)