Skip to content

Commit

Permalink
Install gs on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Mar 18, 2021
1 parent 3cda509 commit 6e66e03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
<!-- <policy domain="delegate" rights="none" pattern="gs" /> -->
<!-- <policy domain="delegate" rights="read|write" pattern="{gs}" /> -->
</policymap>
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
sudo cp .github/workflows/policy.xml /etc/ImageMagick-6/policy.xml
if: matrix.os == 'ubuntu-latest'

- name: Install ghostscript
run: |
sudo apt install ghostscript
if: matrix.os == 'ubuntu-latest'

- name: Install ImageMagick on macos-latest
run: |
brew install freetype imagemagick
Expand Down

0 comments on commit 6e66e03

Please sign in to comment.