Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AnarchistHoneybun committed Jan 3, 2025
2 parents a5ebdce + 2795b4f commit f548f06
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 f548f06

Please sign in to comment.