Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8fb8e7d

Browse filesBrowse files
committed
CI can be used on windows desktop with msys
1 parent 048b265 commit 8fb8e7d
Copy full SHA for 8fb8e7d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎.github/scripts/install-arduino-ide.sh

Copy file name to clipboardExpand all lines: .github/scripts/install-arduino-ide.sh
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ ARDUINO_CACHE_DIR="$HOME/.arduino/cache.tmp"
4040
if [ "$OS_IS_MACOS" == "1" ]; then
4141
export ARDUINO_IDE_PATH="/Applications/Arduino.app/Contents/Java"
4242
export ARDUINO_USR_PATH="$HOME/Documents/Arduino"
43+
elif [ "$OS_IS_WINDOWS" == "1" ]; then
44+
export ARDUINO_IDE_PATH="$HOME/arduino_ide"
45+
export ARDUINO_USR_PATH="$HOME/Documents/Arduino"
4346
else
4447
export ARDUINO_IDE_PATH="$HOME/arduino_ide"
4548
export ARDUINO_USR_PATH="$HOME/Arduino"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.