Skip to content

Commit

Permalink
fixup! fixup! fixup! chore: trying to reproduce the manylinux build i…
Browse files Browse the repository at this point in the history
…ssue for python release
  • Loading branch information
rtyler committed Sep 6, 2024
1 parent 0dc9113 commit 72f665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
target: aarch64-unknown-linux-gnu
command: build
args: --skip-existing -m python/Cargo.toml --no-sdist ${{ env.FEATURES_FLAG }}
args: -m python/Cargo.toml ${{ env.FEATURES_FLAG }}
before-script-linux: |
# We can remove this once we upgrade to 2_28.
# https://github.com/briansmith/ring/issues/1728
Expand Down

0 comments on commit 72f665b

Please sign in to comment.