Skip to content

Commit 3037aab

Browse files
authored
Fix arduino-cli on CI (#1383)
* 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]>
1 parent 3d31ba4 commit 3037aab

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)