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 49c7198 commit cb9ef47Copy full SHA for cb9ef47
.github/workflows/build-clang-doxy.yml
@@ -206,7 +206,7 @@ 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)
+ echo >>$GITHUB_ENV WS_PATH=$(pwd)
210
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
211
- name: 2nd Build for ESP32-SX #2
212
run: |
0 commit comments