Skip to content

Commit 24a86c1

Browse files
committed
disable rav1e in coverity build, because rav1e currently does not compile
1 parent de422bb commit 24a86c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
WITH_DAV1D: 1
1414
WITH_GRAPHICS: 1
1515
WITH_LIBDE265: 1
16-
WITH_RAV1E: 1
16+
WITH_RAV1E: 0
1717
WITH_X265: 1
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)