Update build-portaudio.yml

This commit is contained in:
Anthony Samms
2025-09-22 11:54:44 -04:00
parent 7fdae8c73b
commit b71359548a

View File

@@ -21,7 +21,7 @@ jobs:
path: portaudio
- name: cmake configure
run: |
cmake -S portaudio -B build -D CMAKE_BUILD_TYPE=Release
cmake -S portaudio -B build -D CMAKE_BUILD_TYPE=Release -DCMAKE_POLICY_VERSION_MINIMUM=3.5
- name: cmake build
run: |
cmake --build build