File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ jobs:
54
54
55
55
- name : Install Rust
56
56
run : |
57
- rustup toolchain install nightly
58
- rustup default nightly
57
+ # https://github.com/rust-cross/cargo-zigbuild/issues/327
58
+ rustup toolchain install nightly-2025-02-19
59
+ rustup default nightly-2025-02-19
59
60
rustup target add ${{ matrix.target }}
60
61
61
62
- name : Build for Linux
62
63
if : contains(matrix.os, 'ubuntu')
63
64
run : |
64
65
cargo install cross --git https://github.com/cross-rs/cross
65
- # https://github.com/rust-cross/cargo-zigbuild/issues/327
66
- RUSTFLAGS="-Zlinker-features=-lld" cross build --release --target ${{ matrix.target }}
66
+ cross build --release --target ${{ matrix.target }}
67
67
mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.so"
68
68
69
69
- name : Build for macOS
You can’t perform that action at this time.
0 commit comments