From c01901162306239b867fb12b61137725d77fcdeb Mon Sep 17 00:00:00 2001 From: Joe George Date: Thu, 21 Dec 2023 10:35:34 -0500 Subject: [PATCH] use 64-bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faf2e464885..04d261708e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,8 @@ jobs: run: python -m pip install passlib cryptography python-dev-tools - name: Setup MSBuild uses: microsoft/setup-msbuild@v1.1 + with: + msbuild-architecture: x64 - name: Setup Python uses: actions/setup-python@v5 with: