fix(release): Fix FreeBSD build (#1402)
This commit is contained in:
2
.github/workflows/create_release_assets.yml
vendored
2
.github/workflows/create_release_assets.yml
vendored
@@ -195,7 +195,7 @@ jobs:
|
|||||||
|
|
||||||
- name: install cross
|
- name: install cross
|
||||||
# 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 install --git https://github.com/cross-rs/cross cross
|
run: cargo +stable install --git https://github.com/cross-rs/cross cross
|
||||||
|
|
||||||
- name: Check format
|
- name: Check format
|
||||||
run: cross fmt --all -- --check
|
run: cross fmt --all -- --check
|
||||||
|
|||||||
Reference in New Issue
Block a user