Browse Source

Exclude `dora-dav1d` in `msrv` test job

pull/1094/head
Philipp Oppermann 5 months ago
parent
commit
c9de6878b5
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -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

Loading…
Cancel
Save