Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtudela authored May 23, 2024
1 parent c6525d9 commit 2799a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup ROS 2
uses: ros-tooling/[email protected]
uses: ros-tooling/[email protected].5
with:
required-ros-distributions: humble
- name: Install dependencies
uses: ros-tooling/[email protected]
uses: ros-tooling/[email protected].13
with:
package-name: laser_segmentation
target-ros2-distro: humble
Expand Down

0 comments on commit 2799a59

Please sign in to comment.