Skip to content

Commit 061a7de

Browse files
committed
fix macos ghc build env setup
1 parent 1b0449b commit 061a7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

foundation-pak/build-foundation-pak-for-ghc-9.2.7.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ case "${unameOut}" in
1313

1414
Darwin*)
1515
machine=Mac
16-
brew install sphinx-doc
17-
brew link sphinx-doc --force
16+
brew install python@3.11
17+
pip3 install sphinx==4.3.2
1818
;;
1919

2020
CYGWIN*)

0 commit comments

Comments
 (0)