Skip to content

Commit f1f60d6

Browse files
committed
Retest with no CD/chdir
1 parent 7b2cea1 commit f1f60d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ jobs:
207207
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
208208
- name: Build for ESP32-SX #1
209209
run: |
210-
echo >>$GITHUB_ENV WS_PATH=$(pwd)
210+
# echo >>$GITHUB_ENV WS_PATH=$(pwd)
211211
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
212212
- name: 2nd Build for ESP32-SX #2
213213
run: |
214-
cd $WS_PATH
214+
# cd $WS_PATH
215215
# set current folder to WS_PATH
216-
python3 -c 'import os; os.chdir(os.environ["WS_PATH"]); print("current folder: ", os.getcwd())'
216+
# python3 -c 'import os; os.chdir(os.environ["WS_PATH"]); print("current folder: ", os.getcwd())'
217217
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
218218
- name: list
219219
run: |

0 commit comments

Comments
 (0)