Skip to content

Commit

Permalink
Fix macOS CI builds by force-installing Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Apr 24, 2024
1 parent bf4460f commit 5c41ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case "$UNAME" in
brew update
brew install --force cmake git libtool automake autoconf python libusb-compat sdl2 || true
brew unlink libtool ; brew link --overwrite libtool
pip3 install --user sphinx
pip3 install --user --break-system-packages sphinx
;;
MINGW64_NT-*)
# Nothing to do, Windows OS
Expand Down

0 comments on commit 5c41ce2

Please sign in to comment.