Skip to content

Commit

Permalink
GitHub actions Ubuntu 24.04 prep (#1074)
Browse files Browse the repository at this point in the history
* Install imagemagick
  • Loading branch information
fbacall authored Jan 6, 2025
1 parent 1cd7517 commit e2d6124
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
RAILS_ENV: test
REDIS_TEST_URL: redis://localhost:6456/0
steps:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install imagemagick
- name: Set up database
uses: harmon758/postgresql-action@v1
with:
Expand Down

0 comments on commit e2d6124

Please sign in to comment.