From 058f068f6557b06ed4b22da908f252f22dd891cb Mon Sep 17 00:00:00 2001 From: jparisu Date: Fri, 29 Jul 2022 12:35:44 +0200 Subject: [PATCH] Add branch to Windows built for Fast DDS Signed-off-by: jparisu --- .../actions/install-eprosima-dependencies-windows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-eprosima-dependencies-windows/action.yml b/.github/actions/install-eprosima-dependencies-windows/action.yml index b690565a9..760bdf04d 100644 --- a/.github/actions/install-eprosima-dependencies-windows/action.yml +++ b/.github/actions/install-eprosima-dependencies-windows/action.yml @@ -33,7 +33,7 @@ runs: - name: Install Fast DDS shell: pwsh run: > - git clone https://github.com/eProsima/Fast-DDS.git; + git clone https://github.com/eProsima/Fast-DDS.git --branch ${{ inputs.fastdds_branch }}; cmake -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}\eprosima\install ` -DCMAKE_PREFIX_PATH=${{ github.workspace }}\eprosima\install ` -DTHIRDPARTY=ON -DSECURITY=ON -DCOMPILE_EXAMPLES=OFF -DEPROSIMA_BUILD_TESTS=OFF `