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 <[email protected]>
1 parent 547ad0e commit dcf91ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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)