Skip to content

Commit

Permalink
GitHub CI: On macOS, install texlive instead of mactex-no-gui
Browse files Browse the repository at this point in the history
This saves disk space and appears to run faster as well.
It works around an issue with GitHub's macos-14 runner image,
that has less free disk space due to more software being installed
in the recent release (see actions/runner-images issue 10511).
  • Loading branch information
quark17 committed Sep 3, 2024
1 parent 9601e42 commit fa289f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_dependencies_doc_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

brew update

brew install mactex-no-gui
brew install texlive

0 comments on commit fa289f5

Please sign in to comment.