We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d962e0 commit 7b4ca5cCopy full SHA for 7b4ca5c
.github/workflows/integration-tests.yml
@@ -34,6 +34,10 @@ jobs:
34
run: |
35
set -ex
36
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
+
41
stack upgrade || curl -sSL https://get.haskellstack.org/ | sh -s - -f
42
43
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]
0 commit comments