;ci: fix windows
This commit is contained in:
parent
68af99998a
commit
ab2a0e476b
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
|||||||
# https://stackoverflow.com/a/36243002/84401
|
# https://stackoverflow.com/a/36243002/84401
|
||||||
# https://www.reddit.com/r/haskell/comments/g00ldn/haskell_stack_on_github_actions/
|
# https://www.reddit.com/r/haskell/comments/g00ldn/haskell_stack_on_github_actions/
|
||||||
- name: Restore source file timestamps
|
- name: Restore source file timestamps
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git ls-tree -r --name-only HEAD | while read filename; do
|
git ls-tree -r --name-only HEAD | while read filename; do
|
||||||
TS="$(git log -1 --format="%ct" -- ${filename})"
|
TS="$(git log -1 --format="%ct" -- ${filename})"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user