From c9de6878b54a1fe3221e5118a5c625f5712f56ca Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 30 Jul 2025 17:13:40 +0200 Subject: [PATCH] Exclude `dora-dav1d` in `msrv` test job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3165710d..34e26dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -554,4 +554,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: taiki-e/install-action@cargo-hack - - run: cargo hack check --all-targets --rust-version --workspace --ignore-private --locked --exclude dora-rav1e + - run: cargo hack check --all-targets --rust-version --workspace --ignore-private --locked --exclude dora-rav1e --exclude dora-dav1d