Skip to content

Commit

Permalink
Update ghostscript
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Dec 16, 2024
1 parent 75fa957 commit 27144a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@ jobs:
uses: actions/cache@v4
with:
path: gs
key: gs-binary-v1
key: gs-binary-v2
- name: Download GhostScript
if: steps.cache-gs.outputs.cache-hit != 'true'
run: |
curl -LO https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/ghostscript-10.03.1.tar.gz
tar -xvzf ./ghostscript-10.03.1.tar.gz
curl -LO https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.gz
tar -xvzf ./ghostscript-10.04.0.tar.gz
- name: Build GhostScript
if: steps.cache-gs.outputs.cache-hit != 'true'
run: |
cd ghostscript-10.03.1
cd ghostscript-10.04.0
./configure
make
- name: Finish
if: steps.cache-gs.outputs.cache-hit != 'true'
run: mv ghostscript-10.03.1/bin/gs gs
run: mv ghostscript-10.04.0/bin/gs gs

tests:
name: Tests
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: actions/cache@v4
with:
path: gs
key: gs-binary-v1
key: gs-binary-v2

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down

0 comments on commit 27144a9

Please sign in to comment.