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 17, 2024
1 parent 251170d commit 666b9fa
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
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

brew install mactex-no-gui
brew install texlive

0 comments on commit 666b9fa

Please sign in to comment.