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 67bf1f7 commit 7904084Copy full SHA for 7904084
.github/workflows/rust-stable.yml
@@ -62,8 +62,11 @@ jobs:
62
with:
63
components: clippy, rustfmt
64
65
+ # Colcon can not be run in a venv which is required in Ubuntu Noble
66
+ # Removing the externally managed file
67
- name: Install colcon-cargo and colcon-ros-cargo
68
run: |
69
+ sudo rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
70
sudo pip3 install git+https://github.com/colcon/colcon-cargo.git
71
sudo pip3 install git+https://github.com/colcon/colcon-ros-cargo.git
72
0 commit comments