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

Commit f924b9d

Browse files
committed
Fixed a problem with the 'ARDUINO_SDK_PATH' env variable format.
Bumped latest SDK version to 1.8.7 (Accidentally reverted back to 1.8.6 a few commits back).
1 parent 7424d33 commit f924b9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ environment:
44
MINGW_PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
55
matrix:
66
- ARDUINO_SDK_VERSION: 1.8.2
7-
- ARDUINO_SDK_VERSION: 1.8.6
8-
ARDUINO_SDK_PATH: $pwd\arduino-sdk\arduino-$env:ARDUINO_SDK_VERSION
7+
ARDUINO_SDK_PATH: $pwd\arduino-sdk\arduino-1.8.2
8+
- ARDUINO_SDK_VERSION: 1.8.7
9+
ARDUINO_SDK_PATH: $pwd\arduino-sdk\arduino-1.8.7
910
cache:
1011
- '%ARDUINO_SDK_PATH%'
1112
install:

0 commit comments

Comments
 (0)