Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Icyadam14 committed Oct 9, 2024
1 parent 93afdfe commit 6bc4ed8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
# Set up ROS 2
- name: Set up ROS 2
run: |
locale # Set the locale
sudo apt update && sudo apt install locales
sudo locale-gen en_US en_US.UTF-8
Expand All @@ -45,4 +44,11 @@ jobs:
sudo apt install ros-foxy-desktop
# Source the ROS 2 setup script
source /opt/ros/jazzy/setup.bash
source /opt/ros/jazzy/setup.bash
# Build the workspace
- name: Build workspace
run: |
colcon build
# Run tests (to be implemented)

0 comments on commit 6bc4ed8

Please sign in to comment.