Skip to content

Commit

Permalink
New cpp compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 20, 2024
1 parent bb4344b commit fd8f22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python-version: '3.10'
# Need a c++ compiler for one of the dependencies
- name: Install build dependencies
run: sudo apt-get install -y clang
run: sudo apt-get install -y g++
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit fd8f22a

Please sign in to comment.