File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,10 @@ jobs:
6969
7070 # Colcon can not be run in a venv which is required in Ubuntu Noble
7171 # Removing the externally managed file
72- - name : Install colcon-cargo and colcon-ros-cargo
72+ - name : Install colcon-cargo
7373 run : |
7474 sudo rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
7575 sudo pip3 install git+https://github.com/colcon/colcon-cargo.git
76- sudo pip3 install git+https://github.com/colcon/colcon-ros-cargo.git
7776
7877 - name : Check formatting of Rust packages
7978 run : |
Original file line number Diff line number Diff line change @@ -69,11 +69,10 @@ jobs:
6969
7070 # Colcon can not be run in a venv which is required in Ubuntu Noble
7171 # Removing the externally managed file
72- - name : Install colcon-cargo and colcon-ros-cargo
72+ - name : Install colcon-cargo
7373 run : |
7474 sudo rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
7575 sudo pip3 install git+https://github.com/colcon/colcon-cargo.git
76- sudo pip3 install git+https://github.com/colcon/colcon-ros-cargo.git
7776
7877 - name : Check formatting of Rust packages
7978 run : |
You can’t perform that action at this time.
0 commit comments