Skip to content

Commit a3422a2

Browse files
committed
Single build step
1 parent f1f60d6 commit a3422a2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,8 @@ jobs:
205205
- name: Copy lv_conf.h file in Adafruit_LittlevGL_Glue_Library to the arduino library folder
206206
run: |
207207
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
208-
- name: Build for ESP32-SX #1
208+
- name: Build for ESP32-SX #2
209209
run: |
210-
# echo >>$GITHUB_ENV WS_PATH=$(pwd)
211-
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
212-
- name: 2nd Build for ESP32-SX #2
213-
run: |
214-
# cd $WS_PATH
215-
# set current folder to WS_PATH
216-
# python3 -c 'import os; os.chdir(os.environ["WS_PATH"]); print("current folder: ", os.getcwd())'
217210
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
218211
- name: list
219212
run: |

0 commit comments

Comments
 (0)