Skip to content

Commit 7f948b0

Browse files
committed
add workaround
1 parent 5a2649b commit 7f948b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-image-decoding.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
# FIXME(ledyba-z): Check them.
5454
echo "Ignore: ${file}"
5555
continue
56+
elif (echo ${file} | grep "profile"); then
57+
# FIXME(ledyba-z): https://github.com/SDWebImage/SDWebImageAVIFCoder/issues/21
58+
echo "Ignore: ${file}"
59+
continue
5660
else
5761
orig=$(cat Makefile | grep "^${file}" | sed "s/^${file}: \(.*\)$/\1/")
5862
score=$(compare -metric PSNR "${orig}" "decoded/${file}.png" NULL: 2>&1 || true)

0 commit comments

Comments
 (0)