diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 141ff457..0677f9dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: path: | ~/python ~/ssl - key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} + key: ${{ image.os }} - name: Build and install Python/OpenSSL if: steps.cache-primes.outputs.cache-hit != 'true'