Skip to content

Commit efbe90e

Browse files
committed
Single build step for deps
1 parent afb0b3f commit efbe90e

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
@@ -210,17 +210,8 @@ jobs:
210210
- name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
211211
run: |
212212
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
213-
- name: Build Dependencies Header file for ESP32-SX
214-
run: |
215-
echo CWD: $(pwd)
216-
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
217-
mv print_dependencies.h src/print_dependencies.h
218-
echo "--Contents of print_dependencies.h:"
219-
cat src/print_dependencies.h
220-
echo "--End of print_dependencies.h"
221213
- name: Build for ESP32-SX
222214
run: |
223-
cd .
224215
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
225216
- name: list
226217
run: |

0 commit comments

Comments
 (0)