Skip to content

Commit

Permalink
Add c++ compiler to github action for compiling nlopt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 20, 2024
1 parent e66f4d2 commit 9328e88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 724 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
# Need a c++ compiler for one of the dependencies
- name: Install build dependencies
run: sudo apt-get install -y clang-3.4
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
Loading

0 comments on commit 9328e88

Please sign in to comment.