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 d608538 commit eb73475Copy full SHA for eb73475
.github/workflows/build-selenium-manager.yml
@@ -46,8 +46,7 @@ jobs:
46
- name: "Build release"
47
run: |
48
cd rust
49
- rustup target add x86_64-unknown-linux-musl
50
- cross build --release --target x86_64-unknown-linux-musl
+ cross build --target x86_64-unknown-linux-musl --release
51
- name: "Tar binary (to keep executable permission)"
52
53
cd rust/target/x86_64-unknown-linux-musl/release
0 commit comments