Skip to content

Commit 0a6c34e

Browse files
committed
Trying to fix missing rhash lib
1 parent eed3f91 commit 0a6c34e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run_tests_linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
mamba list
4242
4343
- name: Install extra dependencies
44-
run: mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge
44+
run: |
45+
mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge
46+
sudo apt install -y librhash-dev
4547
4648
- name: Install ACADOS on Linux
4749
run: |

external/acados_install_linux.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ mkdir acados/build
6161
cd acados/build
6262

6363
# Run cmake
64-
echo "coucou"
65-
which cmake
6664
cmake . .. \
6765
-DACADOS_INSTALL_DIR="$ARG2"\
6866
-DACADOS_PYTHON=ON\

0 commit comments

Comments
 (0)