Commit 2454f59
committed
Add GhostScript installation step to GitHub Actions workflow to enable the creation of printable PDF files
The commit includes the modification in the release.yml file of the
GitHub Actions workflow to add an installation step for GhostScript
before the Build step. This change ensures that GhostScript is available
during the workflow execution to generate printable PDF files
effectively.1 parent a112b08 commit 2454f59
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments