Skip to content

Commit

Permalink
Merge pull request #1 from fbrand-new/bugfix/valgrind
Browse files Browse the repository at this point in the history
Valgrind ci dependencies fix
  • Loading branch information
randaz81 authored Sep 20, 2023
2 parents 1c49bb1 + 6eaf49a commit f0b8dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f0b8dbb

Please sign in to comment.