Skip to content

Commit 342c16f

Browse files
authored
Merge pull request #169 from publify/fix-ci-build
Provide needed graphics processing dependency in CI
2 parents b4e9de5 + 4d7d836 commit 342c16f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v4
34+
- name: Install GraphicsMagick
35+
run: sudo apt-get install -y --no-install-recommends graphicsmagick
3436
- name: Set up Ruby
3537
uses: ruby/setup-ruby@v1
3638
with:

0 commit comments

Comments
 (0)