Skip to content

Commit

Permalink
FIX: manylinux
Browse files Browse the repository at this point in the history
tcztzy committed Feb 22, 2024
1 parent 869182b commit 4091230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -42,6 +42,9 @@ jobs:
sccache: 'true'
manylinux: '2014'
container: ghcr.io/rust-cross/manylinux2014-cross:${{ matrix.target }}
before-script-linux: |
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: Upload wheels
uses: actions/upload-artifact@v3
with:

0 comments on commit 4091230

Please sign in to comment.