Skip to content

Commit 30b1466

Browse files
committed
Install ImageMagick in deploy workflow
1 parent d5dcf9f commit 30b1466

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22+
- name: Install APT Packages
23+
uses: awalsh128/cache-apt-pkgs-action@v1
24+
with:
25+
packages: imagemagick
26+
2227
- name: Checkout
2328
uses: actions/checkout@v4
2429

0 commit comments

Comments
 (0)