From 4fda0b6aaa5e5c917ae54a7d5c6ef4de8077e4cc Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 5 Dec 2020 12:12:50 -0500 Subject: [PATCH] actions take 129 --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d0060a4..60c4b750 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,8 @@ jobs: jid: 5 goal: "build" gamos: "windows" - python: 3.9.0 + python: 3.9.0 + pyarch: "x64" platform: "x86_64" - os: windows-2019 jid: 6 @@ -57,6 +58,7 @@ jobs: gamos: "windows" platform: "x86" python: 3.9.0 + pyarch: "x86" - os: ubuntu-20.04 goal: "test" python: "3.6" @@ -108,7 +110,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} - architecture: ${{ matrix.PLATFORM }} + architecture: ${{ matrix.pyarch }} - name: Set env variables for pre-compiled Python if: matrix.goal == 'test'