Skip to content

Commit 27144a9

Browse files
committed
Update ghostscript
1 parent 75fa957 commit 27144a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ jobs:
6565
uses: actions/cache@v4
6666
with:
6767
path: gs
68-
key: gs-binary-v1
68+
key: gs-binary-v2
6969
- name: Download GhostScript
7070
if: steps.cache-gs.outputs.cache-hit != 'true'
7171
run: |
72-
curl -LO https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/ghostscript-10.03.1.tar.gz
73-
tar -xvzf ./ghostscript-10.03.1.tar.gz
72+
curl -LO https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.gz
73+
tar -xvzf ./ghostscript-10.04.0.tar.gz
7474
- name: Build GhostScript
7575
if: steps.cache-gs.outputs.cache-hit != 'true'
7676
run: |
77-
cd ghostscript-10.03.1
77+
cd ghostscript-10.04.0
7878
./configure
7979
make
8080
- name: Finish
8181
if: steps.cache-gs.outputs.cache-hit != 'true'
82-
run: mv ghostscript-10.03.1/bin/gs gs
82+
run: mv ghostscript-10.04.0/bin/gs gs
8383

8484
tests:
8585
name: Tests
@@ -120,7 +120,7 @@ jobs:
120120
- uses: actions/cache@v4
121121
with:
122122
path: gs
123-
key: gs-binary-v1
123+
key: gs-binary-v2
124124

125125
- uses: awalsh128/cache-apt-pkgs-action@latest
126126
with:

0 commit comments

Comments
 (0)