Commit dcf91ab
committed
.github/workflows/build: install python3-distutils
This fixes the following error when building on our Debian bookworm based
self-hosted runner:
> ERROR: OE-core's config sanity checker detected a potential misconfiguration.
> Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
> Following is the list of potential problems / advisories:
>
> Your Python 3 is not a full install. Please install the module distutils.sysconfig (see the Getting Started guide for further information).
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>1 parent 547ad0e commit dcf91ab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments