Skip to content

Commit

Permalink
fix CI's error "You must have ImageMagick or GraphicsMagick installed"
Browse files Browse the repository at this point in the history
  • Loading branch information
maatinito committed Jan 14, 2025
1 parent 845707d commit 5c0d316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup the app code and dependancies
- name: Setup the app code and dependencies
uses: ./.github/actions/ci-setup-rails

- name: Run linters
Expand Down Expand Up @@ -79,10 +79,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install build dependancies
run: sudo apt-get update && sudo apt-get install -y gsfonts rustc redis-server poppler-utils imagemagick
# - fonts pickable by ImageMagick
# - rust for YJIT support
# - poppler-utils for pdf previews
run: sudo apt-get update && sudo apt-get install -y gsfonts rustc redis-server poppler-utils

- name: Setup the app runtime and dependencies
uses: ./.github/actions/ci-setup-rails
Expand Down

0 comments on commit 5c0d316

Please sign in to comment.