Skip to content

Commit

Permalink
cidbg
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Sep 12, 2024
1 parent 5fde2ff commit 2990af9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ jobs:

- name: Configure python3
run: |
sudo ./configure python --config=python3-config
echo $PATH
which python3-config
sudo ./configure python --config=`which python3-config`
if: steps.metadata.outputs.module == 'python'

- name: Make python3
Expand Down

0 comments on commit 2990af9

Please sign in to comment.