Skip to content

Commit

Permalink
Add missing shell.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Dec 12, 2024
1 parent f864801 commit ac34f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
run: sudo apt-get -y install libacl1-dev

- name: Code format check
shell: bash
run: 'source /opt/ros/humble/setup.bash && cd zenoh-test-ros2dds && cargo fmt --check -- --config "unstable_features=true,imports_granularity=Crate,group_imports=StdExternalCrate"'
- name: Clippy
shell: bash
Expand All @@ -106,6 +107,7 @@ jobs:
run: sudo apt-get -y install libacl1-dev

- name: Code format check
shell: bash
run: 'source /opt/ros/jazzy/setup.bash && cd zenoh-test-ros2dds && cargo fmt --check -- --config "unstable_features=true,imports_granularity=Crate,group_imports=StdExternalCrate"'
- name: Clippy
shell: bash
Expand Down

0 comments on commit ac34f8b

Please sign in to comment.