Skip to content

Commit

Permalink
sha2: fix RISC-V CI job (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Jan 3, 2025
1 parent 4f3cd25 commit 2795b4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- run: cargo install cross --git https://github.com/cross-rs/cross
- name: Install Cross
env:
# Do not fail on compilation warnings
RUSTFLAGS: ""
run: cargo install cross --git https://github.com/cross-rs/cross
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
Expand Down

0 comments on commit 2795b4f

Please sign in to comment.