Skip to content
Snippets Groups Projects
Unverified Commit 37b9f213 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Install Ghostscript in Github Actions workflow

parent 278ded73
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,11 @@ jobs: ...@@ -14,6 +14,11 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install additional packages
run: |
set -ex
apt-get -qy update
apt-get -qy install ghostscript
- name: Install the Fithesis package - name: Install the Fithesis package
run: | run: |
set -ex set -ex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment