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 9055f18 commit b7d5b96Copy full SHA for b7d5b96
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
apt update
22
apt install -y git curl lib32z1 wget libfontconfig libxft2 xz-utils rsync python-is-python3 python3-pip
23
pip3 install pyserial
24
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
+ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.31.0
25
mkdir -p /github/home/Arduino/libraries/micro_ros_arduino/
26
cp -R checkout/* /github/home/Arduino/libraries/micro_ros_arduino/
27
echo '''board_manager:
0 commit comments