jspricke / ros-deb-builder-action

Github Action to convert ROS packages to Debian packages
BSD 3-Clause "New" or "Revised" License
65 stars 24 forks source link

Document needing to set environment variables for local runs #11

Closed tylerjw closed 1 year ago

tylerjw commented 1 year ago

When running locally we need to set DEB_DISTRO and ROS_DISTRO for each command. Here are examples:

ROS_DISTRO=rolling DEB_DISTRO=jammy ./ros-deb-builder-action/prepare.sh
ROS_DISTRO=rolling DEB_DISTRO=jammy ./ros-deb-builder-action/build.sh