From 9c6504b1b95d2b877316ae1ca59e206f36d67ecc Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Mon, 26 Jun 2023 20:46:50 -0700 Subject: [PATCH] Modified to use fshydro v1.3.0 in CI --- .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 8c6bdd6e..5f7c1c83 100755 --- a/.github/workflows/build-and-test.sh +++ b/.github/workflows/build-and-test.sh @@ -38,7 +38,7 @@ rosdep init rosdep update rosdep install --from-paths ./ -i -y -r --rosdistro $ROS_DISTRO -git clone https://github.com/hamilton8415/FreeSurfaceHydrodynamics.git +git clone -b v1.3.0 --single-branch https://github.com/hamilton8415/FreeSurfaceHydrodynamics.git cd FreeSurfaceHydrodynamics touch COLCON_IGNORE mkdir build