Skip to content

Commit

Permalink
Fix input branch on reusable windows CI (#4539) (#4544)
Browse files Browse the repository at this point in the history
* Fix input branch on reusable windows CI (#4539)

Signed-off-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit a97e7ab)

# Conflicts:
#	.github/workflows/ubuntu-ci.yml

* Fix conflicts

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

---------

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent 9fc686b commit ecec7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
path: src/fastrtps
submodules: true
ref: ${{ inputs.fastdds-branch }}
ref: ${{ inputs.fastdds_branch }}

- name: Get minimum supported version of CMake
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit ecec7a0

Please sign in to comment.