Skip to content

Commit

Permalink
[C] Add imagemagick to apt install GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
scryptmouse committed Dec 12, 2024
1 parent 30919da commit b8fd148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
- name: "Install Dependencies"
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpq-dev
packages: imagemagick libpq-dev
version: 1.0

- name: "Install Ruby 2.7.8"
Expand Down

0 comments on commit b8fd148

Please sign in to comment.