Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 15, 2023
1 parent 4588a5b commit 4302148
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 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 @@ -702,6 +697,7 @@ jobs:
# 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 +714,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 4302148

Please sign in to comment.