Skip to content

Commit fcb2824

Browse files
Shorten the paths on windows
1 parent dc2f1ee commit fcb2824

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ jobs:
219219
runner: windows-latest
220220
command: cabal
221221
ghc_version: 9.12.4
222+
pack_options: >-
223+
DISABLE_SDIST_BUILD="y"
222224
223225
#- name: ci
224226
# runner: ubuntu-latest
@@ -342,6 +344,7 @@ jobs:
342344
export GHCUP_INSTALL_BASE_PREFIX=$HOME
343345
;;
344346
CYGWIN*|MINGW*|MSYS*)
347+
export CABAL_BUILDDIR="C:\b"
345348
PATH_VAR="$PATH_VAR:/c/Program Files/7-Zip:/mingw64/bin"
346349
;;
347350
esac

0 commit comments

Comments
 (0)