File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ jobs:
4141 git clone https://github.com/pathsim/pathsim-chem.git ../pathsim-chem || { echo "Failed to clone pathsim-chem"; exit 1; }
4242 git clone https://github.com/pathsim/pathsim-vehicle.git ../pathsim-vehicle || { echo "Failed to clone pathsim-vehicle"; exit 1; }
4343 git clone https://github.com/pathsim/pathsim-flight.git ../pathsim-flight || echo "Skipping pathsim-flight (not available)"
44+ git clone https://github.com/pathsim/pathsim-rf.git ../pathsim-rf || echo "Skipping pathsim-rf (not available)"
4445
4546 - name : Fetch all tags
4647 run : |
47- for repo in pathsim pathsim-chem pathsim-vehicle pathsim-flight; do
48+ for repo in pathsim pathsim-chem pathsim-vehicle pathsim-flight pathsim-rf ; do
4849 if [ -d "../$repo" ]; then
4950 git -C ../$repo fetch --tags
5051 latest_tag=$(git -C ../$repo describe --tags --abbrev=0 2>/dev/null || echo 'no tags')
You can’t perform that action at this time.
0 commit comments