Skip to content

Commit

Permalink
[ Update main.yml ] : Now uses ros for microros-esp-idf-components
Browse files Browse the repository at this point in the history
  • Loading branch information
aPR0T0 committed Apr 12, 2024
1 parent 9bca261 commit 1b82425
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,13 @@ jobs:
with:
submodules: recursive
fetch-depth: 1
- name: Setup ROS environment
uses: ros-tooling/setup-ros@0.3.3
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Test ${{ matrix.test-apps }}
run: |
source /opt/ros/humble/setup.bash
. $IDF_PATH/export.sh
cd firmware/${{ matrix.test-apps }}
idf.py build

0 comments on commit 1b82425

Please sign in to comment.