Skip to content

Commit

Permalink
wip dbg python 02
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed Nov 30, 2023
1 parent cc3812e commit f874f41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scripts/configure-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ TARGET=${TARGET:-xtensa-softmmu}
VERSION=${VERSION:-dev}

echo DBG0
find / -name distutils 2>/dev/null || true
echo DBG1
find / -name gdbus-codegen 2>/dev/null || true
find / -name distutils -or -name gdbus-codegen 2>/dev/null || true

export PATH=$(brew --prefix python)/bin:$PATH
which -a python3
Expand Down

0 comments on commit f874f41

Please sign in to comment.