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 b30204e commit 6b69b97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,15 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
before-script-linux: |
yum install -y gcc gcc-c++ make
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustup component add rustfmt
rustup target add x86_64-unknown-linux-gnu
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6b69b97

Please sign in to comment.