Skip to content

Commit 04c463d

Browse files
committed
Clone repo manually.
Signed-off-by: Jelmer de Wolde <[email protected]>
1 parent d40f298 commit 04c463d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
container:
1616
image: rcdt/robotics
1717
steps:
18-
- name: Git checkout
19-
uses: actions/checkout@v4
18+
- name: clone repo
19+
run: git clone https://github.com/alliander-opensource/rcdt_robotics.git
2020
- name: colcon build
21-
shell: bash -ieo pipefail {0}
21+
shell: bash -ieo pipefail {0} # Use interactive shell, so that bashrc is sourced.
2222
run: |
23-
cd ros2_ws
23+
cd rcdt_robotics/ros2_ws
2424
colcon build

0 commit comments

Comments
 (0)