Skip to content

Commit

Permalink
Fix dependency properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple committed Apr 29, 2024
1 parent 83b1d56 commit 87d3a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build_testing:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2 # Provide the git command for rmw_zenoh
- uses: jspricke/ros-deb-builder-action@main
with:
ROS_DISTRO: iron
Expand Down
4 changes: 2 additions & 2 deletions iron.repos
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repositories:
rmw_zenoh:
type: git
url: https://github.com/ros2/rmw_zenoh
version: rolling
url: https://github.com/nobleo/rmw_zenoh
version: fix/git-dep

0 comments on commit 87d3a0b

Please sign in to comment.