From 55e8ecf9e3b8b7fe866fc97e14711524a75782ce Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 10 Jan 2021 07:01:42 -0800 Subject: [PATCH] ;ci: mac: cache bump to fix the usual failure --- .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 9e347e3ac..9895816dc 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -59,9 +59,9 @@ jobs: uses: actions/cache@v2 with: path: ~/.stack - key: ${{ runner.os }}-stack-global-after20200902-${{ hashFiles('**.yaml') }} + key: ${{ runner.os }}-stack-global-after20210110-${{ hashFiles('**.yaml') }} restore-keys: | - ${{ runner.os }}-stack-global-after20200902 + ${{ runner.os }}-stack-global-after202110110 - name: Cache stack-installed programs in ~/.local/bin id: stack-programs