Skip to content

Commit 86fd8f9

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

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

263263
- name: Configure python3
264264
run: |
265-
sudo ./configure python --config=python3-config
265+
echo $PATH
266+
which python3-config
267+
sudo ./configure python --config=`which python3-config` --lib-path=$LD_LIBRARY_PATH
266268
if: steps.metadata.outputs.module == 'python'
267269

268270
- name: Make python3

0 commit comments

Comments
 (0)