summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-15 23:51:12 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-11-16 01:38:57 -0700
commit4d8608a6ab80a5f0262f47d80d11a873867bcb16 (patch)
treea3539fc29eea256b1220ee95aa317a1104d6da89 /.github
parente719055f1877c0bd928462c671297e3a23dda2f8 (diff)
install poppler package on macOS for visual tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3e08caf7..ffd2f51e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -78,12 +78,12 @@ jobs:
run: |
echo 'PRAWN_GMAGICK_VERSION=0.0.9' >> $GITHUB_ENV
sudo apt-get install libgraphicsmagick1-dev
- - name: Install Ghostscript (Linux)
+ - name: Install Ghostscript and Poppler (Linux)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install ghostscript poppler-utils
- - name: Install Ghostscript (macOS)
+ - name: Install Ghostscript and Poppler (macOS)
if: matrix.os == 'macos-latest'
- run: brew install ghostscript
+ run: brew install ghostscript poppler
- name: Install Ghostscript and add path to env (Windows)
if: matrix.os == 'windows-latest'
run: |