From b8de3310d0a35e1a7bf5397b612fb1e21ffef6a6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 26 Sep 2022 13:53:29 -0400 Subject: [PATCH] Update build.yml --- .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 fcb54394..ff10d7cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: with: path: | bin.tar.xz - key: gam-${{ matrix.jid }}-20220907 + key: gam-${{ matrix.jid }}-20220926 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true' @@ -415,7 +415,7 @@ jobs: fi echo "PyInstaller build arguments: ${PYINSTALLER_BUILD_ARGS}" "${PYTHON}" ./waf all $PYINSTALLER_BUILD_ARGS - cd ../.. + cd .. echo "---- Installing PyInstaller ----" "${PYTHON}" -m pip install .