Skip to content

Commit

Permalink
Revert "ci: windows: fix HOME reference"
Browse files Browse the repository at this point in the history
This reverts commit ea6f991.
  • Loading branch information
elopez committed Jul 28, 2024
1 parent ea6f991 commit f65c91f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
- name: Configure the build
run: |
export PATH="$HASKELL_PATHS:$PATH"
export HOME="$(cygpath -m ~)"
cabal configure --disable-documentation --enable-executable-static --enable-executable-stripping \
--extra-include-dirs="$HOME/.local/include" --extra-lib-dirs="$HOME/.local/lib" \
--extra-include-dirs="D:/a/_temp/msys64/clang64/include" --extra-lib-dirs="D:/a/_temp/msys64/clang64/lib" \
Expand Down

0 comments on commit f65c91f

Please sign in to comment.