File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,12 @@ jobs:
3939 - name : Install ros2_rust prerequisites
4040 # prerequisites and fixes for windows build ros2_rust:
4141 # * Libclang has to be added (from the ros2_rust instructions) and the dll has to be renamed
42- # * colcon-ros- cargo and colcon-cargo have to be added as PyPI packages
42+ # * colcon-cargo has to be added as a PyPI package
4343 run : |
4444 pixi add libclang --manifest-path C:\pixi_ws\pixi.toml
4545 $src = "C:\pixi_ws\.pixi\envs\default\Library\bin\libclang-13.dll"
4646 $dst = "C:\pixi_ws\.pixi\envs\default\Library\bin\libclang.dll"
4747 if (Test-Path $src) { Rename-Item -Path $src -NewName "libclang.dll" }
48- pixi add --pypi "colcon-ros-cargo@git+https://github.com/colcon/colcon-ros-cargo.git" --manifest-path C:\pixi_ws\pixi.toml
4948 pixi add --pypi "colcon-cargo@git+https://github.com/colcon/colcon-cargo.git" --manifest-path C:\pixi_ws\pixi.toml
5049 pixi upgrade colcon-core --manifest-path C:\pixi_ws\pixi.toml
5150
You can’t perform that action at this time.
0 commit comments