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 d40f298 commit 04c463dCopy full SHA for 04c463d
.github/workflows/build.yml
@@ -15,10 +15,10 @@ jobs:
15
container:
16
image: rcdt/robotics
17
steps:
18
- - name: Git checkout
19
- uses: actions/checkout@v4
+ - name: clone repo
+ run: git clone https://github.com/alliander-opensource/rcdt_robotics.git
20
- name: colcon build
21
- shell: bash -ieo pipefail {0}
+ shell: bash -ieo pipefail {0} # Use interactive shell, so that bashrc is sourced.
22
run: |
23
- cd ros2_ws
+ cd rcdt_robotics/ros2_ws
24
colcon build
0 commit comments