Skip to content
Snippets Groups Projects
Commit ec44fb27 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Fix Windows toolchain installation

parent df5752f3
No related branches found
No related tags found
No related merge requests found
Pipeline #55119 failed
......@@ -283,7 +283,7 @@ function fetch_ghc() {
$TAR -xJf ghc.tar.xz || fail "failed to extract GHC binary distribution"
case "$(uname)" in
MSYS_*|MINGW*)
cp -r "ghc-${GHC_VERSION}*"/* "$toolchain"
cp -r ghc-${GHC_VERSION}*/* "$toolchain"
;;
*)
pushd "ghc-${GHC_VERSION}*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment