mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 11:52:43 +03:00
;ci: mac: cache bump to fix the usual failure
This commit is contained in:
parent
6931eec3ce
commit
55e8ecf9e3
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user