Skip to content

Commit f65c91f

Browse files
committed
Revert "ci: windows: fix HOME reference"
This reverts commit ea6f991.
1 parent ea6f991 commit f65c91f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
- name: Configure the build
122122
run: |
123123
export PATH="$HASKELL_PATHS:$PATH"
124-
export HOME="$(cygpath -m ~)"
125124
cabal configure --disable-documentation --enable-executable-static --enable-executable-stripping \
126125
--extra-include-dirs="$HOME/.local/include" --extra-lib-dirs="$HOME/.local/lib" \
127126
--extra-include-dirs="D:/a/_temp/msys64/clang64/include" --extra-lib-dirs="D:/a/_temp/msys64/clang64/lib" \

0 commit comments

Comments
 (0)