Skip to content

Commit 6730d3e

Browse files
authored
Update cmake-single-platform.yml
1 parent 1c8e7ab commit 6730d3e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
uses: ros-tooling/setup-ros@0.7.14
2222

2323
- name: Configure
24-
run: source /opt/ros/$ROS_DISTRO/setup.bash
25-
cmake -B build
24+
run: cmake -B build
2625

2726
- name: Build
2827
run: cmake --build build

0 commit comments

Comments
 (0)