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 4c6c26d commit 326b7cbCopy full SHA for 326b7cb
1 file changed
.github/actions/install-eprosima-dependencies-windows/action.yml
@@ -33,7 +33,7 @@ runs:
33
- name: Install Fast DDS
34
shell: pwsh
35
run: >
36
- git clone https://github.com/eProsima/Fast-DDS.git;
+ git clone https://github.com/eProsima/Fast-DDS.git --branch ${{ inputs.fastdds_branch }};
37
cmake -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}\eprosima\install `
38
-DCMAKE_PREFIX_PATH=${{ github.workspace }}\eprosima\install `
39
-DTHIRDPARTY=ON -DSECURITY=ON -DCOMPILE_EXAMPLES=OFF -DEPROSIMA_BUILD_TESTS=OFF `
0 commit comments