From f8077379c1bd3e0ec5bf995295ea721ae9c5c273 Mon Sep 17 00:00:00 2001 From: Adoni5 Date: Tue, 28 Nov 2023 14:50:49 +0000 Subject: [PATCH] Add architecture --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d194eee..b6ca457 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,7 @@ jobs: sccache: 'true' manylinux: auto container: ${{ matrix.container }} - before-script-linux: "sudo apt update && sudo apt install libc6-dev:i386" + before-script-linux: "sudo apt update && sudo dpkg --add-architecture i386 && sudo apt install libc6-dev:i386" - name: Upload wheels uses: actions/upload-artifact@v3 with: