Skip to content

Commit

Permalink
FIX: clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tcztzy committed Feb 22, 2024
1 parent 2eba43c commit d32513d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get install -y llvm-dev libclang-dev clang
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit d32513d

Please sign in to comment.