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 cb9ef47 commit 5a3823aCopy full SHA for 5a3823a
.github/workflows/build-clang-doxy.yml
@@ -206,8 +206,8 @@ jobs:
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:
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
run: |
213
cd $WS_PATH
0 commit comments