We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3823a commit dfecf2bCopy full SHA for dfecf2b
.github/workflows/build-clang-doxy.yml
@@ -205,9 +205,9 @@ jobs:
205
run: |
206
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
207
- name: Build for ESP32-SX #1
208
- run:
+ run: |
209
+ echo >>$GITHUB_ENV WS_PATH=$(pwd)
210
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
- echo >>$GITHUB_ENV WS_PATH=$(pwd)
211
- name: 2nd Build for ESP32-SX #2
212
213
cd $WS_PATH
0 commit comments