Skip to content

Commit

Permalink
revert to normal builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Oct 21, 2024
1 parent 9f29545 commit 79709ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildROSErr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ permissions:
contents: write
jobs:
build_testing:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
ros_distro: [humble]
Expand All @@ -18,13 +18,12 @@ jobs:
- uses: actions/checkout@v4
- run: rm -rf ./mirte* # don't want our packages to be in the way

- uses: arendjan/ros-deb-builder-action@main
- uses: jspricke/ros-deb-builder-action@main
with:
ROS_DISTRO: ${{ matrix.ros_distro }}
DEB_DISTRO: ${{ matrix.deb_distro }}
DEB_ARCH: ${{ matrix.arch }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ROSDEP_SOURCE: yaml file:///home/runner/work/mirte-ros-packages/mirte-ros-packages/rosdep.yaml debian
REPOS_FILE: ./ros2_err_sources.repos
SKIP_CHECKOUT: true
PACKAGES_BRANCH: ros_err_amd64
Expand Down

0 comments on commit 79709ad

Please sign in to comment.