mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update portaudio-mac.yml
This commit is contained in:
7
.github/workflows/portaudio-mac.yml
vendored
7
.github/workflows/portaudio-mac.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user