From f73039422e369274dab7b6c268da0d49e6fdee4e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 6 Apr 2025 03:33:27 -0600 Subject: [PATCH] [CI] See if this fixes crossbuild 64 --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 495a6a9d9..1bed230e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -149,8 +149,9 @@ jobs: executor: win64-executor steps: - checkout + - run: dpkg --add-architecture i386 - run: apt update - - run: DEBIAN_FRONTEND=noninteractive apt install -y ninja-build python3 python3-pip python3-venv git g++-mingw-w64-x86-64 zip wine wine64 + - run: DEBIAN_FRONTEND=noninteractive apt install -y ninja-build python3 python3-pip python3-venv git g++-mingw-w64-x86-64 zip wine wine64 wine32:i386 - run: | export LANG=en_US.UTF-8 python3 -m venv venv