This commit is contained in:
Ross Scroggs
2023-08-01 07:52:57 -07:00

View File

@@ -114,7 +114,7 @@ jobs:
path: | path: |
bin.tar.xz bin.tar.xz
src/cpython src/cpython
key: gam-${{ matrix.jid }}-20230728 key: gam-${{ matrix.jid }}-20230801
- name: Untar Cache archive - name: Untar Cache archive
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true' if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
@@ -620,7 +620,7 @@ jobs:
env: env:
PASSCODE: ${{ secrets.PASSCODE }} PASSCODE: ${{ secrets.PASSCODE }}
run: | run: |
if ([ "${RUNNER_OS}" == "macOS" ] && ! which gpg > /dev/null); then if ([ "${RUNNER_OS}" == "macOS" ] && which gpg > /dev/null); then
brew install gnupg brew install gnupg
fi fi
source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.xz.gpg creds.tar.xz "${GAMCFGDIR}" source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.xz.gpg creds.tar.xz "${GAMCFGDIR}"