We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fd9f1 commit 9818e75Copy full SHA for 9818e75
.github/workflows/ros-tests.yml
@@ -55,6 +55,10 @@ jobs:
55
56
- name: Clone r2s_gw repository
57
run: |
58
+ # Install git if not already available
59
+ apt-get update -qq
60
+ apt-get install -y git
61
+
62
# Try to clone the matching branch, fallback to main if it doesn't exist
63
BRANCH_NAME="${{ github.ref_name }}"
64
if git ls-remote --exit-code --heads https://github.com/NVIDIA-ISAAC-ROS/r2s_gw.git "$BRANCH_NAME" > /dev/null 2>&1; then
0 commit comments