We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadd18d commit 65be13aCopy full SHA for 65be13a
.github/workflows/build-clang-doxy.yml
@@ -71,6 +71,10 @@ jobs:
71
- name: Install Dependencies (esptool)
72
run: |
73
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
78
- name: Build for ESP32-SX
79
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
80
- name: list files
0 commit comments