Skip to content

Commit

Permalink
test with container
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jan 21, 2025
1 parent 353ff0e commit bd3f266
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ros-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
# armhf
]
fail-fast: false
container:
image: catthehacker/ubuntu:act-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -26,7 +28,7 @@ jobs:
mkdir -p ./srcO/
mv ./mirte_* ./srcO/
rm -rf ./src
- uses: arendjan/ros-deb-builder-action@upmain # allows for failing builds
- uses: arendjan/ros-deb-builder-action@test_self2 # allows for failing builds
with:
ROS_DISTRO: ${{ matrix.ros_distro }}
DEB_DISTRO: ${{ matrix.deb_distro }}
Expand Down

0 comments on commit bd3f266

Please sign in to comment.