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 06c46a6 commit 3d5b6adCopy full SHA for 3d5b6ad
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
# Additional setup for devenv (specially documentation generation)
60
- run: |
61
sudo apt-get install emacs-nox texlive-latex-base texlive-binaries
62
- sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
+ 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
65
- uses: actions/checkout@v2
0 commit comments