diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 45f03bd8..74597582 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -141,6 +141,7 @@ jobs: with: remote_repository: eProsima/Fast-DDS fallback_branch: ${{ inputs.fastdds-branch }} + skip_base: true - name: Download Fast DDS repo if: ${{ inputs.run-build == true }} diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index 69b79ff6..7d6d845b 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -172,6 +172,7 @@ jobs: with: remote_repository: eProsima/Fast-DDS fallback_branch: ${{ inputs.fastdds-branch }} + skip_base: true - name: Download Fast DDS repo if: ${{ inputs.run-build == true }} diff --git a/fastdds_python/CMakeLists.txt b/fastdds_python/CMakeLists.txt index 53f59b63..f9ade19f 100644 --- a/fastdds_python/CMakeLists.txt +++ b/fastdds_python/CMakeLists.txt @@ -24,7 +24,7 @@ if(POLICY CMP0086) cmake_policy(SET CMP0086 NEW) endif() -project(fastdds_python VERSION 2.6.1) +project(fastdds_python VERSION 2.6.2) if(NOT WIN32) # Default values for shared library suffix in MacOS