Skip to content

Commit

Permalink
condaCI fix - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Oct 17, 2023
1 parent 9c4733f commit a65f9dd
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 update && sudo apt-get install -qq -y libc6-dbg
sudo apt update && sudo apt-get install -qq -y libc6-dbg libsqlite3-dev
mamba install -c conda-forge -c robostack-staging ycm-cmake-modules eigen valgrind ace
- name: Download YARP [Linux&macOS]
Expand Down

0 comments on commit a65f9dd

Please sign in to comment.