This commit is contained in:
Anthony Samms
2025-09-15 19:09:48 -04:00
parent b82940ea54
commit dea8c64acd
2 changed files with 180 additions and 123 deletions

View File

@@ -19,19 +19,6 @@ jobs:
- name: Check-out repository
uses: actions/checkout@v4
# Install audio library dependencies
- name: Install Audio Dependencies (Ubuntu)
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential \
pkg-config \
portaudio19-dev \
libsndfile1-dev \
libsamplerate0-dev \
ccache
- name: Install Audio Dependencies (macOS)
if: runner.os == 'macOS'
run: |