From 97dfe1325ef1eb1eb50b33f331f9b90bbe6f436b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 26 Feb 2020 16:50:12 +0100 Subject: Tickle cache --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57841cb..18a2b73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: - uses: 'mstksg/setup-stack@v1' - uses: 'actions/cache@v1' with: - path: '$HOME/.stack' - key: "${{ runner.os }}-v2-stack-${{ hashFiles('stack.yaml.lock') }}" - restore-keys: '${{ runner.os }}-v2-stack' + path: '~/.stack' + key: "${{ runner.os }}-v3-stack-${{ hashFiles('stack.yaml.lock') }}" + restore-keys: '${{ runner.os }}-v3-stack' - run: 'stack build --test' -- cgit v1.2.3