Skip to content

Commit 6f89495

Browse files
authored
Update cmake-single-platform.yml
1 parent 439db95 commit 6f89495

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
1415
- uses: actions/checkout@v4
15-
16+
1617
- name: Install dependencies
1718
run: sudo apt-get update && sudo apt-get install -y libzmq3-dev
1819

20+
- name: Setup ROS environment
21+
uses: ros-tooling/setup-ros@0.7.14
22+
1923
- name: Configure
2024
run: cmake -B build
2125

0 commit comments

Comments
 (0)