[Git][ghc/ghc][wip/ci-docs] fix path
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Feb 29 12:01:51 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
26e603d1 by Matthew Pickering at 2024-02-29T12:01:32+00:00
fix path
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -152,7 +152,7 @@ function mingw_init() {
# We always use mingw64 Python to avoid path length issues like #17483.
export PYTHON="/mingw64/bin/python3"
# And need to use sphinx-build from the environment
- export SPHINXBUILD="/mingw/bin/sphinx-build.exe"
+ export SPHINXBUILD="/mingw64/bin/sphinx-build.exe"
}
# This will contain GHC's local native toolchain
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/26e603d11b086ee84cfbfcdeb412413d6786569e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/26e603d11b086ee84cfbfcdeb412413d6786569e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240229/d9682af0/attachment.html>
More information about the ghc-commits
mailing list