chore(release): Fix cross trying to fmt (#1403)

This commit is contained in:
Gideon
2025-11-01 16:30:56 +01:00
committed by GitHub
parent 8c63ee6a18
commit af5def1551

View File

@@ -197,9 +197,6 @@ jobs:
# Install from source to fix `ld: cannot find -lgeom` for freebsd build
run: cargo +stable install --git https://github.com/cross-rs/cross cross
- name: Check format
run: cross fmt --all -- --check
- name: Run clippy
run: cross clippy --all-targets --locked --target ${{matrix.target}} -- -D warnings