Skip to content

Commit 7b4ca5c

Browse files
committed
Integration tests: work around 'git status' showing symlinks dirty on Windows
1 parent 9d962e0 commit 7b4ca5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
run: |
3535
set -ex
3636
37+
# Work around 'git status' always showing symlinks modified on Windows; see
38+
# https://github.com/git-for-windows/git/issues/2653#issuecomment-640234081
39+
git config --global core.fscache false
40+
3741
stack upgrade || curl -sSL https://get.haskellstack.org/ | sh -s - -f
3842
3943
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]

0 commit comments

Comments
 (0)