Skip to content

Commit

Permalink
removed support for cmake 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 15, 2023
1 parent d24ae2e commit d562b95
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ jobs:
fail-fast: false
matrix:
config:
- {
cmake_version: "3.16.*",
cmake_generator: "Unix Makefiles",
ycm_version: "0.15.3",
}
- {
cmake_version: "3.17.*",
cmake_generator: "Unix Makefiles",
Expand Down Expand Up @@ -699,9 +694,12 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
sudo apt-get update
# Install Robotology dependencies from robotology ppa
sudo apt-add-repository -y ppa:robotology/ppa
sudo apt-get install -qq -y librobottestingframework-dev
sudo apt-get update
# Install cmake
sudo apt-get install -qq -y cmake
Expand All @@ -718,7 +716,7 @@ jobs:
ninja-build \
valgrind
sudo apt-get install -y libace-dev \
sudo apt-get install -y libace-dev
sudo apt-get install -qq -y libsqlite3-dev \
libtinyxml-dev \
Expand Down

0 comments on commit d562b95

Please sign in to comment.