Skip to content

Commit 4c3bf83

Browse files
committed
Fix CMake version
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
1 parent f18adaf commit 4c3bf83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
with:
3333
path: src/fastdds-visualizer-plugin
3434

35+
- name: Get minimum supported version of CMake
36+
uses: eProsima/eProsima-CI/external/get-cmake@v0
37+
with:
38+
cmakeVersion: '3.22.6'
39+
3540
- name: Install apt packages
3641
uses: ./src/fastdds-visualizer-plugin/.github/actions/install-apt-packages
3742

0 commit comments

Comments
 (0)