[tap] Try to fix cross64 build

This commit is contained in:
Behdad Esfahbod 2025-04-06 13:34:04 -06:00
parent 2b5ae9dec3
commit 328509ef66

View file

@ -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