From c2acd926af43006bd05712b018173b7a59648525 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 17:42:05 -0500 Subject: [PATCH] actions take 91 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cfc0fbc..55bb49d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,13 +44,13 @@ jobs: jid: 5 goal: "build" gamos: "windows" - python: ${{ env.BUILD_PYTHON_VERSION }} + python: ${{ BUILD_PYTHON_VERSION }} - os: windows-2019 jid: 6 goal: "build" gamos: "windows" PLATFORM: "x86" - python: ${{ env.BUILD_PYTHON_VERSION }} + python: ${{ BUILD_PYTHON_VERSION }} - os: ubuntu-20.04 goal: "test" python: "3.6"