diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-05-21 01:40:09 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-05-21 01:40:09 -0600 |
| commit | 6de2815a6728833bef07455f505a06ae275ffd38 (patch) | |
| tree | 8b960758eb9b724f7c07b31c5e417f49200fe16c /.github | |
| parent | 443b46b1e948f7617675fce739b506a40333eae7 (diff) | |
fix CI build on Windows
Diffstat (limited to '.github')
| -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 9132d7f6..23f28a4b 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 |
