Skip to content

Commit

Permalink
Drop Debian Buster from CI (#1175)
Browse files Browse the repository at this point in the history
traversaro authored Apr 17, 2024
1 parent 5716c88 commit e7410a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -164,7 +164,6 @@ jobs:
os:
- ubuntu-latest
docker_image:
- "debian:buster-backports"
- "ubuntu:20.04"
- "ubuntu:22.04"

@@ -184,11 +183,6 @@ jobs:
git build-essential cmake libace-dev coinor-libipopt-dev libeigen3-dev swig \
libxml2-dev liboctave-dev python3-dev python3-numpy valgrind libassimp-dev libirrlicht-dev curl unzip libglfw3-dev
- name: Install CMake 3.16 [Docker/Debian Buster]
if: matrix.docker_image == 'debian:buster-backports'
run: |
apt-get -y -t buster-backports install cmake
- name: Install files to enable compilation of mex files [apt]
run: |
curl -L -O https://github.com/robotology/robotology-vcpkg-ports/releases/download/storage/msdk_R2020b_mexa64.zip

0 comments on commit e7410a9

Please sign in to comment.