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 3d8c53d commit 3db4cc8Copy full SHA for 3db4cc8
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