We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10d9ee commit 09674aeCopy full SHA for 09674ae
.github/workflows/build-selenium-manager.yml
@@ -40,15 +40,14 @@ jobs:
40
run: |
41
rustup update
42
rustc -vV
43
- - name: "Install zig"
+ - name: "Install cross"
44
45
- sudo snap install zig --beta --classic
+ cargo install cross --git https://github.com/cross-rs/cross
46
- name: "Build release"
47
48
cd rust
49
- cargo install cargo-zigbuild
50
rustup target add x86_64-unknown-linux-musl
51
- cargo zigbuild --release --target x86_64-unknown-linux-musl
+ cross build --release --target x86_64-unknown-linux-musl
52
- name: "Tar binary (to keep executable permission)"
53
54
cd rust/target/x86_64-unknown-linux-musl/release
0 commit comments