Skip to content

Commit eb73475

Browse files
committed
[ci] Fix command to build SM in GH actions workflow using cross
1 parent d608538 commit eb73475

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-selenium-manager.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
- name: "Build release"
4747
run: |
4848
cd rust
49-
rustup target add x86_64-unknown-linux-musl
50-
cross build --release --target x86_64-unknown-linux-musl
49+
cross build --target x86_64-unknown-linux-musl --release
5150
- name: "Tar binary (to keep executable permission)"
5251
run: |
5352
cd rust/target/x86_64-unknown-linux-musl/release

0 commit comments

Comments
 (0)