Skip to content

Commit 1176056

Browse files
committed
cidbg
Signed-off-by: Andrew Clayton <[email protected]>
1 parent 5fde2ff commit 1176056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262

263263
- name: Configure python3
264264
run: |
265-
sudo ./configure python --config=python3-config
265+
sudo ./configure python --config=${Python_ROOT_DIR}/bin/python3-config --lib-path=$LD_LIBRARY_PATH
266266
if: steps.metadata.outputs.module == 'python'
267267

268268
- name: Make python3

0 commit comments

Comments
 (0)