Skip to content

Commit 326b7cb

Browse files
authored
Add branch to Windows built for Fast DDS (#255)
Signed-off-by: jparisu <javierparis@eprosima.com>
1 parent 4c6c26d commit 326b7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/install-eprosima-dependencies-windows

.github/actions/install-eprosima-dependencies-windows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Install Fast DDS
3434
shell: pwsh
3535
run: >
36-
git clone https://github.com/eProsima/Fast-DDS.git;
36+
git clone https://github.com/eProsima/Fast-DDS.git --branch ${{ inputs.fastdds_branch }};
3737
cmake -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}\eprosima\install `
3838
-DCMAKE_PREFIX_PATH=${{ github.workspace }}\eprosima\install `
3939
-DTHIRDPARTY=ON -DSECURITY=ON -DCOMPILE_EXAMPLES=OFF -DEPROSIMA_BUILD_TESTS=OFF `

0 commit comments

Comments
 (0)