Skip to content

Commit 49c7198

Browse files
committed
Reset current folder test
1 parent 42fcffa commit 49c7198

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,13 @@ jobs:
205205
run: |
206206
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
207207
- name: Build for ESP32-SX #1
208-
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
208+
run:
209+
echo >>$GITHUB_ENV WS_PATH=$(pwd)
210+
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
209211
- name: 2nd Build for ESP32-SX #2
210-
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
212+
run: |
213+
cd $WS_PATH
214+
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
211215
- name: list
212216
run: |
213217
ls

0 commit comments

Comments
 (0)