diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-05-25 01:39:04 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-05-25 01:39:04 -0600 |
| commit | 7a96f0955065f4cf2617e34ccc5a767105a0ac5d (patch) | |
| tree | 2f89021423599aa77a9c2679961e02e93b343952 | |
| parent | 3d9ae03bdf9ae818d69f2afcde35f46b6f20234c (diff) | |
fix CI build on Windows
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e9f587..7f749ded 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,8 @@ jobs: - name: Install Ghostscript and Poppler and set GS env var (Windows) if: matrix.os == 'windows-latest' run: | - choco install --no-progress ghostscript poppler + choco install --no-progress poppler --version=0.89.0 + choco install --no-progress ghostscript 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 |
