From 79686fd8ce7eaa19ff009072218543bfc6b1dc70 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 22 Dec 2021 20:06:18 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b45380d4..e604c3cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ env: MIN_OPENSSL_VERSION: "1.1.1l" PATCHELF_VERSION: "0.13" # PYINSTALLER_VERSION can be full commit hash or version like v4.20 - PYINSTALLER_VERSION: "86eeca8b4ba8012ab2df19ca206cafbe263b6a81" + #PYINSTALLER_VERSION: "86eeca8b4ba8012ab2df19ca206cafbe263b6a81" jobs: build: @@ -103,7 +103,7 @@ jobs: path: | ~/python ~/ssl - key: ${{ matrix.os }}-${{ matrix.jid }}-20211215 + key: ${{ matrix.os }}-${{ matrix.jid }}-20211222 - name: Set env variables env: @@ -189,11 +189,7 @@ jobs: - name: Install PyInstaller if: matrix.goal != 'test' run: | - export url="https://codeload.github.com/pyinstaller/pyinstaller/tar.gz/${PYINSTALLER_VERSION}" - echo "Downloading ${url}" - curl -o pyinstaller.tar.gz --compressed "${url}" - tar xf pyinstaller.tar.gz - mv "pyinstaller-${PYINSTALLER_VERSION}/" pyinstaller + git clone https://github.com/pyinstaller/pyinstaller.git cd pyinstaller # remove pre-compiled bootloaders so we fail if bootloader compile fails rm -rf PyInstaller/bootloader/*/*