We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d358873 commit 239507aCopy full SHA for 239507a
ci-before-build.sh
@@ -131,7 +131,7 @@ if [[ "$SYSROOT_CACHE_HIT" != "true" ]]; then
131
fi
132
133
if [[ "$EXTERNAL_DEP_CACHE_HIT" != "true" ]]; then
134
- curl -kL -o dav1d.deb "https://www.deb-multimedia.org/pool/main/d/dav1d-dmo/libdav1d-dev_1.1.0-dmo1_armhf.deb"
+ curl -kL -o dav1d.deb "https://www.deb-multimedia.org/pool/main/d/dav1d-dmo/libdav1d-dev_1.2.0-dmo1_armhf.deb"
135
7z x -y dav1d.deb
136
tar xvf data.tar
137
mv usr/include/dav1d external/include/
0 commit comments