Skip to content

Commit dcf91ab

Browse files
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

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Install required packages
2323
run: |
24-
sudo apt-get -q -y --no-install-recommends install diffstat chrpath
24+
sudo apt-get -q -y --no-install-recommends install diffstat chrpath python3-distutils
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
with:

0 commit comments

Comments
 (0)