Skip to content

Commit 8abe635

Browse files
committed
workflow: Add mtools
Signed-off-by: Loïc Minier <[email protected]>
1 parent f9f12f8 commit 8abe635

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/debos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
apt update
5353
apt -y upgrade
5454
apt -y full-upgrade
55-
apt -y install debos
55+
# debos is needed to build recipes, mtools is needed for the flash
56+
# recipe
57+
apt -y install debos mtools
5658
5759
- name: Build debos recipe
5860
run: |

0 commit comments

Comments
 (0)