diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-12 01:45:23 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-12 01:45:43 -0700 |
| commit | db9fbceb1766e0d4f76acc6b2ddaa6b0168dbea6 (patch) | |
| tree | 12b2a47840d128b6b9443eb1a2e4dd9c20dfbafe /.github/workflows | |
| parent | fa54b8a08c8812db4141ca9a1bf992488624476a (diff) | |
rename build step in CI workflow [skip ci]
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
