Skip to content

Commit 94e9d43

Browse files
committed
WIP
1 parent 956cea2 commit 94e9d43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88
jobs:
99
test:
1010
name: Setup, Build, Test
11-
uses: brianmay/workflows/.github/workflows/elixir.yaml@main
11+
uses: brianmay/workflows/.github/workflows/elixir.yaml@fix_test_file
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)