We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5b6ad commit 2c0a2a7Copy full SHA for 2c0a2a7
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
if: (matrix.sys.os == 'ubuntu-latest' && matrix.sys.arch == 'i686')
59
# Additional setup for devenv (specially documentation generation)
60
- run: |
61
- sudo apt-get install emacs-nox texlive-latex-base texlive-binaries
+ sudo apt-get install emacs-nox texlive-latex-base texlive-binaries ghostscript
62
sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
63
if: (matrix.sys.os == 'ubuntu-latest' && matrix.sys.inskind == 'devenv')
64
# Checks-out repo under $GITHUB_WORKSPACE
0 commit comments