Skip to content

Commit

Permalink
Request CMake 3.19 for YARP master
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Mar 29, 2024
1 parent eafd78d commit c924e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
robotology:
- { yarp: yarp-3.8, cmake: 3.16.x }
- { yarp: yarp-3.9, cmake: 3.16.x }
- { yarp: master, cmake: 3.16.x }
- { yarp: master, cmake: 3.19.x }
compiler:
- { cc: gcc, cxx: g++ }
- { cc: clang, cxx: clang++ }
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
path: .deps/kinematics-dynamics

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: ${{matrix.robotology.cmake}}

Expand Down

0 comments on commit c924e6b

Please sign in to comment.