From 11760563f12c94fbe7a83c022aa39543e9a32f95 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Thu, 12 Sep 2024 17:59:48 +0100 Subject: [PATCH] cidbg Signed-off-by: Andrew Clayton --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9bc6991..95dfd46a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: - name: Configure python3 run: | - sudo ./configure python --config=python3-config + sudo ./configure python --config=${Python_ROOT_DIR}/bin/python3-config --lib-path=$LD_LIBRARY_PATH if: steps.metadata.outputs.module == 'python' - name: Make python3