This commit is contained in:
Matthias Geier
2023-10-31 22:04:33 +01:00
parent 10a446b244
commit 1a52fb6365

View File

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