We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6f991 commit f65c91fCopy full SHA for f65c91f
.github/workflows/build.yml
@@ -121,7 +121,6 @@ jobs:
121
- name: Configure the build
122
run: |
123
export PATH="$HASKELL_PATHS:$PATH"
124
- export HOME="$(cygpath -m ~)"
125
cabal configure --disable-documentation --enable-executable-static --enable-executable-stripping \
126
--extra-include-dirs="$HOME/.local/include" --extra-lib-dirs="$HOME/.local/lib" \
127
--extra-include-dirs="D:/a/_temp/msys64/clang64/include" --extra-lib-dirs="D:/a/_temp/msys64/clang64/lib" \
0 commit comments