Skip to content

Commit

Permalink
Update ksud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
armv7a committed Jan 1, 2025
1 parent 2d0ac21 commit 7f3c229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ksud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install cross
run: |
cargo install cross --git https://github.com/cross-rs/cross --rev 66845c1
cargo install cross --git https://github.com/cross-rs/cross --rev 66845c1 --force
- 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 7f3c229

Please sign in to comment.