Skip to content

Commit dfecf2b

Browse files
committed
Fix missing pipe
1 parent 5a3823a commit dfecf2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ 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:
208+
run: |
209+
echo >>$GITHUB_ENV WS_PATH=$(pwd)
209210
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)