Skip to content

Commit

Permalink
Update ĉefa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmitt authored Dec 28, 2023
1 parent e0b7788 commit c2dc56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ĉefa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- run: sudo apt-get update
- run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -y ffmpeg default-jre libreoffice-java-common libreoffice-impress
- run: sudo sed -i 's/\(^.*policy.*domain.*coder.*rights.*\)none\(.*pattern.*PDF.*$\)/\1read|write\2/' /etc/ImageMagick-6/policy.xml
- run: sudo sed -i 's/^\(.*policy.*domain.*coder.*rights.*\)none\(.*pattern.*PDF.*\)$/\1read|write\2/' /etc/ImageMagick-6/policy.xml
- run: cat /etc/ImageMagick-6/policy.xml
- run: make
- run: find .
Expand Down

0 comments on commit c2dc56c

Please sign in to comment.