Skip to content

Commit

Permalink
Merge pull request #151 from osrf/hamilton8415/ChangeFShydroVersion
Browse files Browse the repository at this point in the history
Modified to use fshydro v1.3.0 in CI
  • Loading branch information
hamilton8415 authored Jun 27, 2023
2 parents a4938fb + 9c6504b commit eeca9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeca9ce

Please sign in to comment.