From 04e98f930604bb8efc9798a6d2298665a607ea6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 28 Jul 2020 09:29:45 +0300 Subject: [PATCH] ci: Update CI image for dav1d 0.7.1 --- ci/install-dav1d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-dav1d.sh b/ci/install-dav1d.sh index be806bc4..12c0fe7a 100644 --- a/ci/install-dav1d.sh +++ b/ci/install-dav1d.sh @@ -1,4 +1,4 @@ -RELEASE=0.6.0 +RELEASE=0.7.1 git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE cd dav1d