Skip to content

Commit

Permalink
test build self workspace build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Oct 18, 2024
1 parent 7359879 commit f200217
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ jobs:
build_testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: self-checkout
run: |
mkdir src
mv ./mirte_* ./src
- uses: jspricke/ros-deb-builder-action@main
with:
ROS_DISTRO: humble
DEB_DISTRO: jammy
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOS_FILE: ./sources.repos
SKIP_CHECKOUT: true

0 comments on commit f200217

Please sign in to comment.