We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416e345 commit 5483391Copy full SHA for 5483391
1 file changed
.github/workflows/humble.yaml
@@ -16,6 +16,8 @@ jobs:
16
os: [ubuntu-22.04]
17
fail-fast: false
18
steps:
19
+ - name: Repo checkout
20
+ uses: actions/checkout@v2
21
- name: Setup ROS 2
22
uses: ros-tooling/setup-ros@0.7.1
23
with:
0 commit comments