diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-15 23:58:40 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-16 02:43:57 -0700 |
| commit | 6d8f0d4fde5b82503e9f9438300a6d6db65fa98d (patch) | |
| tree | 5da03d482402ba1180ee34dcceafc6a36747c346 /.github | |
| parent | f3a9a656fc4fca2b1e6490137a2c821bb0c93be9 (diff) | |
install poppler package on Windows for visual tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffd2f51e..762c73ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,10 +84,10 @@ jobs: - name: Install Ghostscript and Poppler (macOS) if: matrix.os == 'macos-latest' run: brew install ghostscript poppler - - name: Install Ghostscript and add path to env (Windows) + - name: Install Ghostscript and Poppler and set GS env var (Windows) if: matrix.os == 'windows-latest' run: | - choco install --no-progress ghostscript + choco install --no-progress ghostscript poppler echo "GS=$(& where.exe /R 'C:\Program Files\gs' gswin64c.exe)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Install dependencies run: bundle --jobs 3 --retry 3 |
