diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-05-17 02:56:17 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-05-17 02:56:17 -0600 |
| commit | 5702af891137a0cb642a71c278625d843293f3e4 (patch) | |
| tree | abcde03b260ad0f6e750916d0bed4f7ed39c499a | |
| parent | d0fbb84fd61c7d1496160f71a3698d9a4ed6a516 (diff) | |
lock version of Ghostscript in Windows CI build
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b75832b..e0c8a9da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: if: matrix.os == 'windows-latest' run: | choco install --no-progress poppler --version=0.89.0 - choco install --no-progress ghostscript + choco install --no-progress ghostscript --version=10.0.0.20230317 echo "GS=$(& where.exe /R 'C:\Program Files\gs' gswin64c.exe)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Set Prawn Gmagick version / Install GraphicsMagick (Linux) if: matrix.primary |
