Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
added target flag
  • Loading branch information
AtriChatterjee1 authored Jun 19, 2024
1 parent 97672e9 commit ff6387f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: rustup component add rust-src
- name: Adding bootimage
run: cargo install bootimage
- name: Adding target
run: rustup target add target
- name: Build
run: cargo build
run: cargo build --target target.json
- name: Run tests
run: cargo test

0 comments on commit ff6387f

Please sign in to comment.