Skip to content

Commit

Permalink
using the right build image would help
Browse files Browse the repository at this point in the history
  • Loading branch information
unaidedelf8777 committed May 10, 2024
1 parent 6709c29 commit 0d36c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: cibuildwheel --output-dir wheel_output
env:
CIBW_ARCHS: "x86_64"
CIBW_MANYLINUX_X86_64_IMAGE: "unaidedelf/cibw_rust:x86_64"

- name: Upload wheels as artifacts (optional)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0d36c0f

Please sign in to comment.