diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-02-19 23:49:10 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-02-20 01:39:23 -0700 |
| commit | 266308786ea28b9c481a4aeaaca589fc9eb0a2b1 (patch) | |
| tree | 9717c9fe321e00af573839a59692409c6edc33e6 /.github/workflows | |
| parent | ef9fc159feef6cd64e66978b9277f3b057fef77f (diff) | |
skip installing graphicsmagick/prawn-gmagick on macOS as it no longer works in GitHub Actions
it was good while it lasted
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abda2c49..171863e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,11 +122,11 @@ jobs: run: | echo 'PRAWN_GMAGICK_VERSION=0.0.9' >> $GITHUB_ENV sudo apt-get install libgraphicsmagick1-dev - - name: Set Prawn Gmagick version / Install GraphicsMagick (macOS) - if: matrix.os == 'macos-latest' - run: | - echo 'PRAWN_GMAGICK_VERSION=0.0.9' >> $GITHUB_ENV - brew install GraphicsMagick + #- name: Set Prawn Gmagick version / Install GraphicsMagick (macOS) + # if: matrix.os == 'macos-latest' + # run: | + # echo 'PRAWN_GMAGICK_VERSION=0.0.9' >> $GITHUB_ENV + # brew install GraphicsMagick - name: Set ffi-icu version (Linux) if: matrix.primary run: | |
