Update build.yml

This commit is contained in:
Jay Lee
2022-10-28 09:35:42 -04:00
committed by GitHub
parent 6a721ac2c1
commit 24cfe807e6

View File

@@ -66,7 +66,7 @@ jobs:
arch: x86_64 arch: x86_64
- os: ubuntu-22.04 - os: ubuntu-22.04
goal: test goal: test
python: "3.11-dev" python: "3.10"
jid: 10 jid: 10
arch: x86_64 arch: x86_64
@@ -85,7 +85,7 @@ jobs:
path: | path: |
bin.tar.xz bin.tar.xz
src/cpython/PCbuild src/cpython/PCbuild
key: gam-${{ matrix.jid }}-20221024 key: gam-${{ matrix.jid }}-20221027
- 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'