Skip to content

Commit

Permalink
Update build_humble.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miferco97 authored Apr 24, 2024
1 parent 4e10410 commit d787326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
required-ros-distributions: humble
- name: Checkout Aerostack2
run : |
echo 'repositories:\n aerostack2:\n type: git\n url: https://github.com/aerostack2/aerostack2.git\n version: main' >> /tmp/dependencies.repos
echo "repositories:\n aerostack2:\n type: git\n url: https://github.com/aerostack2/aerostack2.git\n version: ${{ github.event.inputs.target_branch }} " >> /tmp/dependencies.repos
- name: build and test
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit d787326

Please sign in to comment.