Skip to content

Commit

Permalink
added cmake 3.28, which is the one shipped with ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Oct 14, 2024
1 parent 7ff8d4b commit 7790c99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ jobs:
cmake_generator: "Unix Makefiles",
ycm_version: "0.15.3",
}
- {
cmake_version: "3.28.*",
cmake_generator: "Unix Makefiles",
ycm_version: "0.15.3",
}
steps:
- name: remove any previous installation of cmake
run: |
Expand Down

0 comments on commit 7790c99

Please sign in to comment.