From 5ea59c9b319c70b68d8597d067d07bd1593b8b88 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 23 Dec 2024 22:30:54 +0100 Subject: [PATCH] Cleanup additional Linux dependencies on conda and fix CI (#1224) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 455c5cb75b..a2d042f612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,8 +100,7 @@ jobs: shell: bash -l {0} run: | # Additional dependencies only useful on Linux - # See https://github.com/robotology/robotology-superbuild/issues/477 - micromamba install xorg-libx11 xorg-libxrandr freeglut mesa-libgl-cos6-x86_64 mesa-libgl-devel-cos6-x86_64 + micromamba install xorg-xorgproto libgl-devel - name: Print used environment [Conda] shell: bash -l {0}