Skip to content

Commit 60aa567

Browse files
committed
[rust] Remove cross command in CI build for Linux
1 parent f959e88 commit 60aa567

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
- name: "Install cross"
120120
run: |
121121
cargo install cross --git https://github.com/cross-rs/cross
122-
cross -V
123122
- name: "Build release binary"
124123
run: cross build --target x86_64-unknown-linux-musl --release
125124
working-directory: rust
@@ -149,7 +148,6 @@ jobs:
149148
- name: "Install cross"
150149
run: |
151150
cargo install cross --git https://github.com/cross-rs/cross
152-
cross -V
153151
- name: "Build release binary"
154152
run: |
155153
cross build --target x86_64-unknown-linux-musl --profile dev

0 commit comments

Comments
 (0)