Skip to content

Commit

Permalink
Trying to fix missing rhash lib
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Jan 11, 2024
1 parent eed3f91 commit 5586e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
mamba list
- name: Install extra dependencies
run: mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge
run: |
mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge
make install-lib-headers
- name: Install ACADOS on Linux
run: |
Expand Down
2 changes: 0 additions & 2 deletions external/acados_install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ mkdir acados/build
cd acados/build

# Run cmake
echo "coucou"
which cmake
cmake . .. \
-DACADOS_INSTALL_DIR="$ARG2"\
-DACADOS_PYTHON=ON\
Expand Down

0 comments on commit 5586e3f

Please sign in to comment.