Skip to content

Commit 3d5b6ad

Browse files
committed
(CI) missing sudo
Src-commit: 56170929e8a230475c138ca6aacd675ac206d7ae
1 parent 06c46a6 commit 3d5b6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Additional setup for devenv (specially documentation generation)
6060
- run: |
6161
sudo apt-get install emacs-nox texlive-latex-base texlive-binaries
62-
sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
62+
sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
6363
if: (matrix.sys.os == 'ubuntu-latest' && matrix.sys.inskind == 'devenv')
6464
# Checks-out repo under $GITHUB_WORKSPACE
6565
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)