File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 - name : Install Linux dependencies
3232 run : |
33+ sudo apt update
3334 sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake python3-libhamlib2 patchelf desktop-file-utils
3435
3536 - name : Install Python dependencies
Original file line number Diff line number Diff line change 5050 - name : Install Linux dependencies
5151 if : ${{startsWith(matrix.os, 'ubuntu')}}
5252 run : |
53+ sudo apt update
5354 sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake patchelf
5455
5556 - name : Install MacOS pyAudio
Original file line number Diff line number Diff line change 1919
2020 - name : Install Linux dependencies
2121 run : |
22+ sudo apt update
2223 sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake patchelf
2324
2425 - name : Install Python dependencies
You can’t perform that action at this time.
0 commit comments