Skip to content

Commit

Permalink
enable clang
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jan 23, 2024
1 parent 1933d24 commit fe2d29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Build Python wheel
shell: bash
run: |
scl enable llvm-toolset-7 bash
source $HOME/.cargo/env
export PATH="/opt/python/cp38-cp38/bin/:$PATH"
export PKG_CONFIG_PATH="$(pwd)/vcpkg/installed/x64-linux/lib/pkgconfig/:$PKG_CONFIG_PATH"
Expand Down

0 comments on commit fe2d29f

Please sign in to comment.