2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00

Install imagemagick

This commit is contained in:
nanaya 2024-12-08 21:47:57 +09:00
parent 7d9a33ce11
commit 9ba0267dee

View File

@ -27,6 +27,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install additional packages
run: |
sudo apt-get update
sudo apt-get install imagemagick
- uses: actions/setup-node@v4
with:
cache: npm