Skip to content

Commit 2212fdb

Browse files
committed
CI: Add command to workflow to generate qstrs.
Signed-off-by: Damien George <[email protected]>
1 parent b66ac05 commit 2212fdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: |
3737
yotta target bbc-microbit-classic-gcc-nosd@https://github.com/lancaster-university/yotta-target-bbc-microbit-classic-gcc-nosd
3838
yotta up
39+
- run: make qstrs
40+
- run: git diff
3941
- run: make all
4042
- name: Process date for artifact filename
4143
id: date

0 commit comments

Comments
 (0)