There was an error while loading. Please reload this page.
1 parent 446c81d commit 28f1ac0Copy full SHA for 28f1ac0
2 files changed
.github/workflows/test_pallet_patcher.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: Install some Rust system crates
46
run: |
47
sudo apt-get install librust-serde-dev librust-tokio-dev librust-crc32fast-dev
48
+ dpkg -L librust-tokio-dev
49
50
- name: colcon build example project with a tokio crate available in workspace_ws/deps
51
colcon_cargo/task/cargo/build.py
@@ -82,7 +82,7 @@ async def build( # noqa: D102
82
if "/deps" in str(base_path.parent):
83
ws_crates_paths = [base_path.parent.parent / Path("deps")]
84
else:
85
- ws_crates_paths = [base_path.parent.parent / Path("deps")]
+ ws_crates_paths = [base_path.parent / Path("deps")]
86
87
system_crates_paths = [Path("/usr/share/cargo/registry/")]
88
manifest_path = base_path / Path("Cargo.toml")
0 commit comments