Skip to content

Commit

Permalink
fix: bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 29, 2024
1 parent 6b69b97 commit 19561f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
sccache: 'true'
before-script-linux: |
yum install -y gcc gcc-c++ make
ln -s /usr/bin/gcc /usr/bin/x86_64-linux-gnu-gcc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustup component add rustfmt
Expand All @@ -108,6 +109,9 @@ jobs:
CARGO_NET_GIT_FETCH_WITH_CLI: true
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
RUSTFLAGS: "-C linker=gcc"
CC: gcc
CXX: g++
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 19561f2

Please sign in to comment.