Skip to content

Commit b7d5b96

Browse files
Fix arduino-cli on CI (#1383) (#1384)
* Fix arduino-cli on CI Signed-off-by: acuadros95 <[email protected]> * Fix arduino-cli CI version Signed-off-by: acuadros95 <[email protected]> * Fix arduino-cli CI version Signed-off-by: acuadros95 <[email protected]> --------- Signed-off-by: acuadros95 <[email protected]> (cherry picked from commit 3037aab) Co-authored-by: Antonio Cuadros <[email protected]>
1 parent 9055f18 commit b7d5b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
apt update
2222
apt install -y git curl lib32z1 wget libfontconfig libxft2 xz-utils rsync python-is-python3 python3-pip
2323
pip3 install pyserial
24-
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
24+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.31.0
2525
mkdir -p /github/home/Arduino/libraries/micro_ros_arduino/
2626
cp -R checkout/* /github/home/Arduino/libraries/micro_ros_arduino/
2727
echo '''board_manager:

0 commit comments

Comments
 (0)