File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
key : ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh') }}
64
64
- name : Build Sketch
65
65
env :
66
- ESP8266_ARDUINO_HARDWARE : " $HOME/Documents/Arduino /hardware"
66
+ ESP8266_ARDUINO_HARDWARE : " ${{ runner.temp }} /hardware"
67
67
ESP8266_ARDUINO_SKETCHES : " libraries/esp8266/examples/Blink/Blink.ino"
68
68
run : |
69
69
bash ./tests/build.sh
87
87
key : ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh') }}
88
88
- name : Build Sketch
89
89
env :
90
- ESP8266_ARDUINO_HARDWARE : " $HOME/Documents/Arduino /hardware"
90
+ ESP8266_ARDUINO_HARDWARE : " ${{ runner.temp }} /hardware"
91
91
ESP8266_ARDUINO_SKETCHES : " libraries/esp8266/examples/Blink/Blink.ino"
92
92
run : |
93
93
bash ./tests/build.sh
You can’t perform that action at this time.
0 commit comments