From 87d3a0b905fc55f156adc6cbbdd97964ca2c81c6 Mon Sep 17 00:00:00 2001 From: Tim Clephas Date: Mon, 29 Apr 2024 15:35:01 +0200 Subject: [PATCH] Fix dependency properly --- .github/workflows/main.yml | 1 - iron.repos | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08cf4806..b2508f67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/iron.repos b/iron.repos index 4bc160d6..84513604 100644 --- a/iron.repos +++ b/iron.repos @@ -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