Update portaudio-mac.yml

This commit is contained in:
Anthony Samms
2025-09-21 20:09:29 -04:00
parent 67babeef4d
commit af863810d1

View File

@@ -33,13 +33,6 @@ jobs:
cd portaudio cd portaudio
./configure --enable-shared --enable-static CFLAGS='-fPIC -Wno-error' ./configure --enable-shared --enable-static CFLAGS='-fPIC -Wno-error'
make clean && make make clean && make
sudo make install
- name: Verify installation
run: |
ls -la /usr/local/lib/libportaudio*
ls -la portaudio/lib/.libs/libportaudio.a
pkg-config --modversion portaudio-2.0 || echo "pkg-config not found, but libraries should be installed"
- name: Upload PortAudio static library - name: Upload PortAudio static library
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4