Skip to content

Commit 2795b4f

Browse files
authored
sha2: fix RISC-V CI job (#637)
1 parent 4f3cd25 commit 2795b4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sha2.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ jobs:
163163
steps:
164164
- uses: actions/checkout@v4
165165
- uses: RustCrypto/actions/cargo-cache@master
166-
- run: cargo install cross --git https://github.com/cross-rs/cross
166+
- 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
167171
- uses: dtolnay/rust-toolchain@master
168172
with:
169173
toolchain: nightly

0 commit comments

Comments
 (0)