We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956cea2 commit a42fda3Copy full SHA for a42fda3
.github/workflows/docker.yml
@@ -10,8 +10,9 @@ jobs:
10
name: Setup, Build, Test
11
uses: brianmay/workflows/.github/workflows/elixir.yaml@main
12
with:
13
- apt_packages: "libimage-exiftool-perl ffmpeg exiftran libraw-bin"
+ apt_packages: "graphicsmagick-imagemagick-compat libimage-exiftool-perl ffmpeg exiftran libraw-bin"
14
test_data: "https://www.dropbox.com/s/yg6jdk9lfewn8yf/penguin_memories.tar?dl=0"
15
+ test_sha256: "1be2094961977dc393b7312b8799259b2026b4570c4591bc6759dbfbfb0fe146"
16
17
push:
18
name: Push
0 commit comments