From 9b973c0e28cd9780b51ec15a684886e07f398f94 Mon Sep 17 00:00:00 2001 From: Michael Anderson Date: Wed, 6 Dec 2023 16:00:01 -0800 Subject: [PATCH] fix git switch for mbari_wec_utils in CI Signed-off-by: Michael Anderson --- .github/workflows/build-and-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.sh b/.github/workflows/build-and-test.sh index 50e7f7f..8caa8e7 100755 --- a/.github/workflows/build-and-test.sh +++ b/.github/workflows/build-and-test.sh @@ -34,7 +34,7 @@ cp -r $GITHUB_WORKSPACE $COLCON_WS_SRC wget https://raw.githubusercontent.com/osrf/mbari_wec/main/mbari_wec_all.yaml vcs import --skip-existing < mbari_wec_all.yaml -git -C src/mbari_wec_utils switch hamilton8415/ehpto_switchlossfix +git -C mbari_wec_utils switch hamilton8415/ehpto_switchlossfix rosdep init rosdep update