update build system

This commit is contained in:
Anthony Samms
2025-11-22 17:23:35 -05:00
parent e3749daded
commit 5d9b79873f
2 changed files with 1 additions and 5 deletions

View File

@@ -47,12 +47,12 @@ jobs:
libspeexdsp-dev \
- name: Build libaudio
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
run: |
cd libs/audio
make clean
make all
make verify
shell: bash
- name: Upload libaudio Artifacts
uses: actions/upload-artifact@v4