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.
2 parents fcc3ed0 + 3db4cc8 commit 5151de0Copy full SHA for 5151de0
actions_install.sh
@@ -18,6 +18,6 @@ mkdir ${HOME}/Arduino/libraries
18
19
# install arduino IDE
20
export PATH=$PATH:$GITHUB_WORKSPACE/bin
21
-curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh 2>&1
+curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.11.0 2>&1
22
arduino-cli config init > /dev/null
23
arduino-cli core update-index > /dev/null
0 commit comments