Skip to content

Commit

Permalink
Specify target.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Mar 24, 2024
1 parent a1eae3a commit c48147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
toolchain: ${{ env.MSRV }}
targets: thumbv6m-none-eabi
- name: check
run: cargo check --no-default-features
run: cargo check --target thumbv6m-none-eabi --no-default-features

0 comments on commit c48147f

Please sign in to comment.