Skip to content

Commit 5562cec

Browse files
committed
Single build step for deps
1 parent 04cbe00 commit 5562cec

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,17 +219,8 @@ jobs:
219219
- name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
220220
run: |
221221
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
222-
- name: Build Dependencies Header file for ESP32-SX
223-
run: |
224-
echo CWD: $(pwd)
225-
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
226-
mv print_dependencies.h src/print_dependencies.h
227-
echo "--Contents of print_dependencies.h:"
228-
cat src/print_dependencies.h
229-
echo "--End of print_dependencies.h"
230222
- name: Build for ESP32-SX
231223
run: |
232-
cd .
233224
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
234225
- name: list
235226
run: |

0 commit comments

Comments
 (0)