Skip to content

Commit

Permalink
[rust] Remove cross command in CI build for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Feb 7, 2024
1 parent f959e88 commit 7a78b36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
- name: "Install cross"
run: |
cargo install cross --git https://github.com/cross-rs/cross
cross -V
- name: "Build release binary"
run: cross build --target x86_64-unknown-linux-musl --release
working-directory: rust
Expand Down Expand Up @@ -149,7 +148,6 @@ jobs:
- name: "Install cross"
run: |
cargo install cross --git https://github.com/cross-rs/cross
cross -V
- name: "Build release binary"
run: |
cross build --target x86_64-unknown-linux-musl --profile dev
Expand Down

0 comments on commit 7a78b36

Please sign in to comment.