chore: enable git LFS in CI and add AVIF to PNG package recommendation test
Release / check-release (push) Successful in 15s
Release / build (push) Skipped
Release / package (deb) (push) Skipped
Release / package (rpm) (push) Skipped
Release / publish (push) Skipped
CI / test (push) Failing after 45s

This commit is contained in:
Elias Wendland
2026-07-17 16:02:26 +02:00
parent eb76ed1937
commit fb6b937818
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --workspace --locked
- run: cargo build --release --workspace --locked --target x86_64-unknown-linux-gnu