Skip to content

Commit ca4be6f

Browse files
committed
build: install ROS before attempting to publish the rosidl_runtime_rs crate
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent 9312eea commit ca4be6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
token: ${{ steps.generate-token.outputs.token }}
3131
- name: Install Rust toolchain
3232
uses: dtolnay/rust-toolchain@stable
33+
- name: Setup ROS environment
34+
uses: ros-tooling/[email protected]
3335
- name: Run release-plz
3436
uses: release-plz/[email protected]
3537
with:

0 commit comments

Comments
 (0)