Update build.yml

This commit is contained in:
Jay Lee
2022-01-26 21:45:59 -05:00
committed by GitHub
parent aeeba5c668
commit ec198e818a

View File

@@ -75,9 +75,9 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: | path: |
python src/python
ssl src/ssl
key: gam-${{ matrix.jid }}-20220126 key: gam-${{ matrix.jid }}-20220126-01
- name: Use pre-compiled Python for testing - name: Use pre-compiled Python for testing
if: matrix.python != '' if: matrix.python != ''