-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix thread include Signed-off-by: Pablo Garrido <[email protected]> * Update CI * Revert "Fix thread include" This reverts commit 1427fb6. * fix * Fix Signed-off-by: Pablo Garrido <[email protected]> --------- Signed-off-by: Pablo Garrido <[email protected]> (cherry picked from commit cd321ca)
- Loading branch information
1 parent
92b7343
commit eb8faf4
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,15 +23,15 @@ jobs: | |
image: ubuntu:22.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: ros-tooling/setup-ros@0.6.2 | ||
- uses: ros-tooling/setup-ros@0.7.1 | ||
with: | ||
use-ros2-testing: false | ||
required-ros-distributions: ${{ matrix.ros_distribution }} | ||
- name : Download and install dependencies | ||
run: | | ||
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs | ||
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp | ||
- uses : ros-tooling/[email protected].2 | ||
- uses : ros-tooling/[email protected].6 | ||
with: | ||
package-name: "micro_ros_agent" | ||
target-ros2-distro: ${{ matrix.ros_distribution }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters