Skip to content

Update navigation.yaml #8

Update navigation.yaml

Update navigation.yaml #8

Workflow file for this run

name: Check Build Is Ok
on: push
jobs:
humble_source:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:
package-name: krytn
ref: humble
target-ros2-distro: humble
vcs-repo-file-url: https://raw.githubusercontent.com/johnny555/4robots_ws/humble/src/workspace.repos
import-token: ${{ secrets.GITHUB_TOKEN }}