We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04e751 commit 46f0e96Copy full SHA for 46f0e96
.ci/arduino.groovy
@@ -1,6 +1,6 @@
1
#!groovy
2
def buildArduino(config, String buildFlags, String sketch, String key) {
3
- def root = '/opt/arduino-1.8.12/'
+ def root = '/opt/arduino-1.8.13/'
4
def build_path = 'build'
5
def build_path_cmd = ' -build-path '+build_path+' '
6
if (config.nightly_arduino_ide)
0 commit comments