Skip to content

Commit 349efde

Browse files
committed
fix: fix CI tests
1 parent 956cea2 commit 349efde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
name: Setup, Build, Test
1111
uses: brianmay/workflows/.github/workflows/elixir.yaml@main
1212
with:
13-
apt_packages: "libimage-exiftool-perl ffmpeg exiftran libraw-bin"
13+
apt_packages: "graphicsmagick-imagemagick-compat libimage-exiftool-perl ffmpeg exiftran libraw-bin"
1414
test_data: "https://www.dropbox.com/s/yg6jdk9lfewn8yf/penguin_memories.tar?dl=0"
15+
test_sha256: "1be2094961977dc393b7312b8799259b2026b4570c4591bc6759dbfbfb0fe146"
1516

1617
push:
1718
name: Push

0 commit comments

Comments
 (0)