Skip to content

Commit 7d5bdd7

Browse files
committed
trying documents/arduino/...
1 parent eb47e71 commit 7d5bdd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-ide.yml

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
- name: Build Sketches
112112
env:
113113
ESP8266_ARDUINO_BUILDER: "arduino"
114+
ESP8266_ARDUINO_HARDWARE: ${HOME}/Documents/Arduino/hardware
115+
ESP8266_ARDUINO_LIBRARIES: ${HOME}/Documents/Arduino/libraries
114116
ESP8266_ARDUINO_LWIP: ${{ matrix.lwip }}
115117
run: |
116118
bash ./tests/build.sh 8 ${{ matrix.chunk }}

0 commit comments

Comments
 (0)