Bandamo try to compile ROS2 for 7Robot/nav_node #4
Workflow file for this run
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
name: Compile ROS2 | |
run-name: ${{ github.actor }} try to compile ROS2 for ${{ github.repository }} | |
on: [push] | |
jobs: | |
check_something: | |
runs-on: ros | |
steps: | |
- run: echo $(pwd) |