Skip to content

Commit

Permalink
Refs #20542: Include CMake min version in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Mar 14, 2024
1 parent b5b99cc commit 227de63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/reusable-sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 227de63

Please sign in to comment.