summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-02-19 23:44:03 -0700
committerDan Allen <dan.j.allen@gmail.com>2023-02-20 02:06:36 -0700
commit74b1991cf631525085c5185a5497537bad454c8f (patch)
tree8ca13239cca3f1796ecc59a4639eae5fb3dfcd80
parentc6dfaadf908a4b5367c9a54355c57af26dbb8999 (diff)
skip installing graphicsmagick/prawn-gmagick on macOS as it no longer works in GitHub Actions
it was good while it lasted
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1dbec5aa..292064cf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -121,11 +121,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 Asciidoctor version
if: matrix.asciidoctor-version
run: |