Skip to content

Commit b54ee4b

Browse files
committed
do not reference env in github workflow env
1 parent d641ad1 commit b54ee4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build-ide.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh') }}
6464
- name: Build Sketch
6565
env:
66-
ESP8266_ARDUINO_HARDWARE: "$HOME/Documents/Arduino/hardware"
66+
ESP8266_ARDUINO_HARDWARE: "${{ runner.temp }}/hardware"
6767
ESP8266_ARDUINO_SKETCHES: "libraries/esp8266/examples/Blink/Blink.ino"
6868
run: |
6969
bash ./tests/build.sh
@@ -87,7 +87,7 @@ jobs:
8787
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh') }}
8888
- name: Build Sketch
8989
env:
90-
ESP8266_ARDUINO_HARDWARE: "$HOME/Documents/Arduino/hardware"
90+
ESP8266_ARDUINO_HARDWARE: "${{ runner.temp }}/hardware"
9191
ESP8266_ARDUINO_SKETCHES: "libraries/esp8266/examples/Blink/Blink.ino"
9292
run: |
9393
bash ./tests/build.sh

0 commit comments

Comments
 (0)