Skip to content

Commit 5e4068b

Browse files
bors[bot]adamgreig
andauthored
Merge #48
48: Add target to cron CI build. Fixes #47. r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents a57a955 + b25aaa9 commit 5e4068b

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)