We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fde2ff commit 1176056Copy full SHA for 1176056
.github/workflows/ci.yml
@@ -262,7 +262,7 @@ jobs:
262
263
- name: Configure python3
264
run: |
265
- sudo ./configure python --config=python3-config
+ sudo ./configure python --config=${Python_ROOT_DIR}/bin/python3-config --lib-path=$LD_LIBRARY_PATH
266
if: steps.metadata.outputs.module == 'python'
267
268
- name: Make python3
0 commit comments