Skip to content

Commit

Permalink
Fix cross installation error: cross-rs/cross#1561
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann authored and rsuntk committed Feb 5, 2025
1 parent dfdc8be commit f228c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install cross
run: |
cargo install cross --git https://github.com/cross-rs/cross --rev 66845c1
RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross --rev 66845c1
- name: Run clippy
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ksud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install cross
run: |
cargo install cross --git https://github.com/cross-rs/cross --rev 66845c1
RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross --rev 66845c1
- name: Build ksud
run: CROSS_NO_WARNINGS=0 cross build --target ${{ inputs.target }} --release --manifest-path ./userspace/ksud/Cargo.toml
Expand Down

0 comments on commit f228c28

Please sign in to comment.