Skip to content

Commit

Permalink
Install ImageMagick and Ffmpeg in "checks" workflow machine
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Dec 17, 2024
1 parent fe66ce0 commit fe7f9a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
with:
redis-version: ${{ matrix.redis-version }}

- name: install GraphicsMagick
- name: Install media tools
run: |
sudo apt-get update
sudo apt-get install graphicsmagick
sudo apt-get install imagemagick
sudo apt-get install ffmpeg
- uses: actions/checkout@v3

Expand Down

0 comments on commit fe7f9a0

Please sign in to comment.