From 73332c0cbc19b8dac9ce1dc7994e43326242d1de Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Aug 2020 08:40:53 -0700 Subject: [PATCH] ;ci: mac: try again to bump the cache to fix Cabal artifact That last key still matched. I will defeat you, cache. --- .github/workflows/mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 00eb58a66..bf1483eb6 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -52,9 +52,9 @@ jobs: uses: actions/cache@v2 with: path: ~/.stack - key: ${{ runner.os }}-stack-global-3-${{ hashFiles('**.yaml') }} + key: ${{ runner.os }}-stack-global-after20200823-${{ hashFiles('**.yaml') }} restore-keys: | - ${{ runner.os }}-stack-global-3 + ${{ runner.os }}-stack-global-after20200823 - name: Cache stack-installed programs in ~/.local/bin id: stack-programs