Skip to content

Commit 7c03735

Browse files
committed
build: revert changes for colcon-cargo fork
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent b52e3d7 commit 7c03735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install colcon-cargo and colcon-ros-cargo
7373
run: |
7474
sudo rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
75-
sudo pip3 install git+https://github.com/esteve/colcon-cargo.git@discover-non-cargo-packages
75+
sudo pip3 install git+https://github.com/colcon/colcon-cargo.git
7676
sudo pip3 install git+https://github.com/colcon/colcon-ros-cargo.git
7777
7878
- name: Check formatting of Rust packages

.github/workflows/rust-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install colcon-cargo and colcon-ros-cargo
7373
run: |
7474
sudo rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
75-
sudo pip3 install git+https://github.com/esteve/colcon-cargo.git@discover-non-cargo-packages
75+
sudo pip3 install git+https://github.com/colcon/colcon-cargo.git
7676
sudo pip3 install git+https://github.com/colcon/colcon-ros-cargo.git
7777
7878
- name: Check formatting of Rust packages

0 commit comments

Comments
 (0)