summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-05-25 01:39:04 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-05-25 01:39:04 -0600
commit7a96f0955065f4cf2617e34ccc5a767105a0ac5d (patch)
tree2f89021423599aa77a9c2679961e02e93b343952 /.github
parent3d9ae03bdf9ae818d69f2afcde35f46b6f20234c (diff)
fix CI build on Windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
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