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 f7e3117 commit 2863c9fCopy full SHA for 2863c9f
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
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
+ pip3 install pyserial --break-system-packages
24
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/
0 commit comments