From 4c041b73b7c7e482239299ecd70cb51b03846ab9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 17 Aug 2022 23:04:26 +0100 Subject: [PATCH] dev: ci: binaries-mac-x64: bust stack-global cache, try to fix error --- .github/workflows/binaries-mac-x64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries-mac-x64.yml b/.github/workflows/binaries-mac-x64.yml index 549d9edac..b18913219 100644 --- a/.github/workflows/binaries-mac-x64.yml +++ b/.github/workflows/binaries-mac-x64.yml @@ -43,9 +43,9 @@ jobs: uses: actions/cache@v2 with: path: ~/.stack - key: ${{ runner.os }}-stack-global-after20210110-${{ hashFiles('**.yaml') }} + key: ${{ runner.os }}-stack-global-after20220817-${{ hashFiles('**.yaml') }} restore-keys: | - ${{ runner.os }}-stack-global-after202110110 + ${{ runner.os }}-stack-global-after20220817 if: env.CONTINUE - name: Cache stack-installed programs in ~/.local/bin