From 1cfa54d908692bef6ed8fa04b0eaff5278fa274f Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 10 Jan 2024 21:12:56 +0100 Subject: [PATCH] isle is not 64-bit yet (I think) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a6fb66b..5b667c16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,8 @@ jobs: - name: Setup vcvars if: matrix.toolchain.setup-msvc uses: ilammy/msvc-dev-cmd@v1 + with: + arch: x86 - uses: actions/checkout@v3