From 6eaf49abfb0c43986c3ca6392f63f09720970d03 Mon Sep 17 00:00:00 2001 From: fbrand-new Date: Wed, 20 Sep 2023 11:29:39 +0200 Subject: [PATCH] Valgrind ci dependencies fix --- .github/workflows/conda-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-ci.yml b/.github/workflows/conda-ci.yml index a35e4e3..97d6f35 100644 --- a/.github/workflows/conda-ci.yml +++ b/.github/workflows/conda-ci.yml @@ -206,7 +206,7 @@ jobs: # Compilation related dependencies mamba install cmake compilers make ninja pkg-config # Actual dependencies - sudo apt-get install -qq -y libc6-dbg + sudo apt update && sudo apt-get install -qq -y libc6-dbg mamba install -c conda-forge -c robostack-staging ycm-cmake-modules eigen valgrind ace sqlite - name: Download YARP [Linux&macOS]