Include architecture in cache key

This commit is contained in:
Hugo 2019-11-19 11:55:49 +02:00
parent 324f4856fa
commit e05ef3fef3

View File

@ -36,8 +36,9 @@ jobs:
with:
path: ~\AppData\Local\pip\Cache
key:
${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.github/workflows/test-windows.yml') }}
${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-${{ hashFiles('**/.github/workflows/test-windows.yml') }}
restore-keys: |
${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-
${{ runner.os }}-${{ matrix.python-version }}-
- name: Install PyPy