Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 10ffdd7

Browse files
committed
Restored cache dependency on the SDK version.
1 parent 2748f8f commit 10ffdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
- ARDUINO_SDK_VERSION: 1.8.2
88
- ARDUINO_SDK_VERSION: 1.8.7
99
cache:
10-
- '%ARDUINO_SDK_BASE_PATH%-%ARDUINO_SDK_VERSION%'
10+
- '%ARDUINO_SDK_BASE_PATH%-%ARDUINO_SDK_VERSION% -> %ARDUINO_SDK_VERSION%'
1111
install:
1212
- ps: cinst unzip
1313
- ps: $sdk_file = "arduino-$env:ARDUINO_SDK_VERSION-windows.zip"

0 commit comments

Comments
 (0)