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 eca3f9a commit 8521afbCopy full SHA for 8521afb
.github/workflows/rust-win.yml
@@ -52,6 +52,7 @@ jobs:
52
if (Test-Path $src) { Rename-Item -Path $src -NewName "libclang.dll" }
53
pixi add --pypi "colcon-ros-cargo@git+https://github.com/colcon/colcon-ros-cargo.git" --manifest-path C:\pixi_ws\pixi.toml
54
pixi add --pypi "colcon-cargo@git+https://github.com/colcon/colcon-cargo.git" --manifest-path C:\pixi_ws\pixi.toml
55
+ pixi upgrade --pypi colcon-core --manifest-path C:\pixi_ws\pixi.toml
56
57
- name: Build the rust package
58
env:
0 commit comments