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 4f3cd25 commit 2795b4fCopy full SHA for 2795b4f
.github/workflows/sha2.yml
@@ -163,7 +163,11 @@ jobs:
163
steps:
164
- uses: actions/checkout@v4
165
- uses: RustCrypto/actions/cargo-cache@master
166
- - run: cargo install cross --git https://github.com/cross-rs/cross
+ - name: Install Cross
167
+ env:
168
+ # Do not fail on compilation warnings
169
+ RUSTFLAGS: ""
170
+ run: cargo install cross --git https://github.com/cross-rs/cross
171
- uses: dtolnay/rust-toolchain@master
172
with:
173
toolchain: nightly
0 commit comments