mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
;ci: fix mac
This commit is contained in:
parent
1f2cd8ec2e
commit
68af99998a
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
run: |
|
||||
git ls-tree -r --name-only HEAD | while read filename; do
|
||||
TS="$(git log -1 --format="%ct" -- ${filename})"
|
||||
touch "${filename}" -mt "$(date --date="@$TS" "+%Y%m%d%H%M.%S")"
|
||||
touch "${filename}" -mt "$(date -r "$TS" "+%Y%m%d%H%M.%S")"
|
||||
done
|
||||
|
||||
# things to be cached/restored:
|
||||
|
Loading…
Reference in New Issue
Block a user