Revert "Fix dependency properly" #5
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: builder | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
build_testing: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 # Provide the git command for rmw_zenoh | |
- uses: jspricke/ros-deb-builder-action@main | |
with: | |
ROS_DISTRO: iron | |
DEB_DISTRO: jammy | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
REPOS_FILE: iron.repos | |
GIT_LFS: true |