From 227de6382f392e716a366ac41a08ce1253faca79 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Thu, 14 Mar 2024 20:01:45 +0100 Subject: [PATCH] Refs #20542: Include CMake min version in workflow Signed-off-by: JesusPoderoso --- .github/workflows/reusable-sanitizer.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-sanitizer.yml b/.github/workflows/reusable-sanitizer.yml index 13b1ac62ce8..43f7f9b1f8c 100644 --- a/.github/workflows/reusable-sanitizer.yml +++ b/.github/workflows/reusable-sanitizer.yml @@ -61,6 +61,11 @@ jobs: path: src/fastrtps ref: ${{ inputs.fastdds_branch }} + - name: Get minimum supported version of CMake + uses: lukka/get-cmake@latest + with: + cmakeVersion: '3.22.6' + - name: Setup CCache uses: eProsima/eProsima-CI/external/setup-ccache-action@v0 @@ -82,7 +87,7 @@ jobs: with: packages: vcstool setuptools gcovr tomark xmltodict jsondiff pandas - - name: Download Fast DDS .repos + - name: Fetch Fast DDS .repos uses: eProsima/eProsima-CI/ubuntu/vcs_import@v0 with: vcs_repos_file: ./src/fastrtps/fastrtps.repos