chore(release): Fix cross trying to fmt (#1403)
This commit is contained in:
3
.github/workflows/create_release_assets.yml
vendored
3
.github/workflows/create_release_assets.yml
vendored
@@ -197,9 +197,6 @@ jobs:
|
|||||||
# Install from source to fix `ld: cannot find -lgeom` for freebsd build
|
# Install from source to fix `ld: cannot find -lgeom` for freebsd build
|
||||||
run: cargo +stable install --git https://github.com/cross-rs/cross cross
|
run: cargo +stable install --git https://github.com/cross-rs/cross cross
|
||||||
|
|
||||||
- name: Check format
|
|
||||||
run: cross fmt --all -- --check
|
|
||||||
|
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: cross clippy --all-targets --locked --target ${{matrix.target}} -- -D warnings
|
run: cross clippy --all-targets --locked --target ${{matrix.target}} -- -D warnings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user