Skip to content

Commit

Permalink
one more time with more arrrrrrrgs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Sep 6, 2024
1 parent ac184fb commit 0335bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
maturin-version: v1.6.0 # https://github.com/PyO3/maturin/issues/2154
target: x86_64-unknown-linux-gnu
manylinux: auto
command: build
args: -m python/Cargo.toml ${{ env.FEATURES_FLAG }}
args: --release -m python/Cargo.toml ${{ env.FEATURES_FLAG }}
before-script-linux: yum install -y perl-IPC-Cmd

0 comments on commit 0335bfc

Please sign in to comment.