summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-12 01:45:23 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-11-12 01:45:43 -0700
commitdb9fbceb1766e0d4f76acc6b2ddaa6b0168dbea6 (patch)
tree12b2a47840d128b6b9443eb1a2e4dd9c20dfbafe /.github
parentfa54b8a08c8812db4141ca9a1bf992488624476a (diff)
rename build step in CI workflow [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9f9eda66..e4d4e1c4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
run: |
bundle config --local path .bundle/gems
bundle config --local without coverage docs lint
- - name: Activate Gmagick
+ - name: Set Prawn Gmagick version / Install GraphicsMagick (Linux only)
if: matrix.primary
run: |
echo 'PRAWN_GMAGICK_VERSION=0.0.9' >> $GITHUB_ENV