Skip to content

Commit 2f991b3

Browse files
Merge pull request #32 from calvinballing/add-rmagick-to-workflow
Add rmagick to workflow
2 parents 1b20020 + b48634b commit 2f991b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jekyll-github-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
2424

25+
# Install ImageMagick for rmagick gem
26+
- name: 🖼️ Install ImageMagick
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y libmagickwand-dev imagemagick
2530
2631
# See https://github.com/bglw/jekyll-postcss-v2 for example GitHub Action
2732
# Install Node as this is needed for PostCSS

0 commit comments

Comments
 (0)