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 Sep 17, 2024
1 parent d9287ac commit f67bbda
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 f67bbda

Please sign in to comment.