File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,21 +65,21 @@ jobs:
65
65
uses : actions/cache@v4
66
66
with :
67
67
path : gs
68
- key : gs-binary-v1
68
+ key : gs-binary-v2
69
69
- name : Download GhostScript
70
70
if : steps.cache-gs.outputs.cache-hit != 'true'
71
71
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
74
74
- name : Build GhostScript
75
75
if : steps.cache-gs.outputs.cache-hit != 'true'
76
76
run : |
77
- cd ghostscript-10.03.1
77
+ cd ghostscript-10.04.0
78
78
./configure
79
79
make
80
80
- name : Finish
81
81
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
83
83
84
84
tests :
85
85
name : Tests
@@ -120,7 +120,7 @@ jobs:
120
120
- uses : actions/cache@v4
121
121
with :
122
122
path : gs
123
- key : gs-binary-v1
123
+ key : gs-binary-v2
124
124
125
125
- uses : awalsh128/cache-apt-pkgs-action@latest
126
126
with :
You can’t perform that action at this time.
0 commit comments