Skip to content

Commit

Permalink
Remove unnecessary platform tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselk authored Aug 2, 2023
1 parent 630b431 commit 65a929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
# Use manylinux_2_28-cross because the manylinux2014-cross has GCC 4.8.5, which causes the build to fail
manylinux: 2_28
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
args: --release --manylinux 2_28 --features protoc
args: --release --features protoc
- name: Archive wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 65a929d

Please sign in to comment.