Skip to content

Commit

Permalink
Enable network access during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple committed May 13, 2024
1 parent a92c507 commit 084d252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
build_testing:
runs-on: ubuntu-22.04
steps:
- uses: jspricke/ros-deb-builder-action@main
# - uses: jspricke/ros-deb-builder-action@main until: https://github.com/jspricke/ros-deb-builder-action/issues/38
- uses: christianrauch/ros-deb-builder-action@5befeabf68aad37cd1e3c594bbb13fe3f4b83de3
with:
ROS_DISTRO: iron
DEB_DISTRO: jammy
Expand Down

0 comments on commit 084d252

Please sign in to comment.