Skip to content

Commit 5a3823a

Browse files
committed
Move variable setting to last line of step
1 parent cb9ef47 commit 5a3823a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ jobs:
206206
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
207207
- name: Build for ESP32-SX #1
208208
run:
209-
echo >>$GITHUB_ENV WS_PATH=$(pwd)
210209
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
210+
echo >>$GITHUB_ENV WS_PATH=$(pwd)
211211
- name: 2nd Build for ESP32-SX #2
212212
run: |
213213
cd $WS_PATH

0 commit comments

Comments
 (0)