From 0d36c0f6af2f83e9780ff51ce946987fdd46905d Mon Sep 17 00:00:00 2001 From: Nathan Hoos Date: Fri, 10 May 2024 03:15:36 +0000 Subject: [PATCH] using the right build image would help --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f2b0cc8..44303b8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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