mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
debugging for mac builds...
This commit is contained in:
parent
bd28737f93
commit
6a34101678
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_server.yml
vendored
2
.github/workflows/build_server.yml
vendored
|
@ -49,6 +49,8 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip3 install pyaudio
|
||||
export PYTHONPATH=/Library/Frameworks/Python.framework/Versions/3.11/lib/:$PYTHONPATH
|
||||
otool -L /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_sounddevice_data/portaudio-binaries/libportaudio.dylib
|
||||
otool -L /usr/local/lib/libportaudio.2.dylib
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue