Skip to content

Commit

Permalink
FIX: CC and CXX env
Browse files Browse the repository at this point in the history
  • Loading branch information
tcztzy committed Feb 22, 2024
1 parent 8e83ded commit 3f1676a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
manylinux: '2014'
container: ghcr.io/rust-cross/manylinux2014-cross:${{ matrix.target }}
env:
CC: clang
CXX: clang++
# Set the C and C++ compilers to clang on manylinux
CC_${{ matrix.target }}-unknown-linux-gnu: clang
CXX_${{ matrix.target }}-unknown-linux-gnu: clang++
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3f1676a

Please sign in to comment.