Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Fix macOS pipeline failure #1255

Merged
Merged
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -47,15 +47,13 @@ jobs:
- name: Install system dependencies (MacOS)
if: runner.os == 'macOS'
run: |
brew update && brew upgrade basictex && brew cleanup
brew install openssl readline ffmpeg pyenv pyenv-virtualenv
brew install --cask basictex
eval "$(/usr/libexec/path_helper -s)"
sudo tlmgr update --self
brew install pkg-config
brew install libffi
brew install pango
brew install glib
sudo tlmgr install standalone preview doublestroke relsize fundus-calligra wasysym physics dvisvgm.x86_64-darwin dvisvgm rsfs wasy cm-super
brew install pkg-config libffi pango glib
sudo tlmgr install standalone preview doublestroke relsize fundus-calligra wasysym physics dvisvgm rsfs wasy cm-super
echo "/Library/TeX/texbin" >> $GITHUB_PATH
echo "$HOME/.poetry/bin" >> $GITHUB_PATH

Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/mac.rst
Expand Up @@ -64,7 +64,7 @@ Finally, run
.. code-block:: bash

sudo tlmgr install standalone preview doublestroke relsize fundus-calligra \
wasysym physics dvisvgm.x86_64-darwin dvisvgm rsfs wasy cm-super
wasysym physics dvisvgm rsfs wasy cm-super


Certifying a clean install
Expand Down