[Git][ghc/ghc][wip/ci-docs] fix paths

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Tue Feb 27 11:39:55 UTC 2024



Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC


Commits:
aa5c0f2b by Matthew Pickering at 2024-02-27T11:39:47+00:00
fix paths

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -355,7 +355,8 @@ function fetch_sphinx() {
         # N.B.
         MSYS_*|MINGW*)
           $PYTHON -m venv $toolchain/.venv-sphinx
-          source $toolchain/.venv-sphinx/activate
+          cat $toolchain/.venv-sphinx/bin/activate
+          source $toolchain/.venv-sphinx/bin/activate
           pip install -U "sphinx==$SPHINXBUILD_VERSION"
           deactivate
           ls $toolchain/.venv-sphinx



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aa5c0f2bdb5ac15c57e5c5a455985eb7af7601c9

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aa5c0f2bdb5ac15c57e5c5a455985eb7af7601c9
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/20240227/cc9c78b8/attachment.html>


More information about the ghc-commits mailing list