Skip to content

Commit

Permalink
Update ROS 2 setup and dependency installation in manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Icyadam14 committed Oct 10, 2024
1 parent 681738d commit 54a3841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
steps:
# Check out the repository
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Set up ROS 2 (Jazzy)
- name: Set up ROS 2
uses: ros-tooling/[email protected]
with:
ros-distro: jazzy
required-ros-distributions: jazzy

# Install dependencies from requirements.txt
- name: Install dependencies
Expand Down

0 comments on commit 54a3841

Please sign in to comment.