Skip to content

Commit b25aaa9

Browse files
committed
Add target to cron CI build. Fixes #47.
1 parent a57a955 commit b25aaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions-rs/cargo@v1
2020
with:
2121
command: check
22-
args: --examples
22+
args: --examples --target thumbv6m-none-eabi
2323
- uses: imjohnbo/issue-bot@v2
2424
if: failure()
2525
with:

0 commit comments

Comments
 (0)