From 92799d57aecb1831583f7786ba409373fd456c0a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 3 Dec 2020 20:40:24 -0500 Subject: [PATCH] actions take 36 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'