Skip to content

Commit 8b55304

Browse files
committed
Removed colcon-ros-cargo for the windows build
1 parent 448c44e commit 8b55304

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust-win.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)