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 f959e88 commit 60aa567Copy full SHA for 60aa567
.github/workflows/ci-rust.yml
@@ -119,7 +119,6 @@ jobs:
119
- name: "Install cross"
120
run: |
121
cargo install cross --git https://github.com/cross-rs/cross
122
- cross -V
123
- name: "Build release binary"
124
run: cross build --target x86_64-unknown-linux-musl --release
125
working-directory: rust
@@ -149,7 +148,6 @@ jobs:
149
148
150
151
152
153
154
155
cross build --target x86_64-unknown-linux-musl --profile dev
0 commit comments