Skip to content

Commit

Permalink
FIX: setup clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tcztzy committed Feb 22, 2024
1 parent 0b7ae6e commit 2eba43c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ jobs:
target: [x86_64, aarch64]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
if: startsWith(matrix.os, 'ubuntu')
with:
platform: ${{ matrix.target == 'x86_64' && 'x64' || matrix.target }}
run: |
sudo apt-get install -y llvm-dev libclang-dev clang
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 2eba43c

Please sign in to comment.