mirror of
https://github.com/spatialaudio/portaudio-binaries.git
synced 2026-05-10 10:07:41 +08:00
Release
This commit is contained in:
2
.github/workflows/build-libs.yml
vendored
2
.github/workflows/build-libs.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
path: portaudio
|
path: portaudio
|
||||||
- name: cmake configure
|
- name: cmake configure
|
||||||
run: |
|
run: |
|
||||||
cmake -S portaudio -B build
|
cmake -S portaudio -B build -D CMAKE_BUILD_TYPE=Release
|
||||||
- name: cmake build
|
- name: cmake build
|
||||||
run: |
|
run: |
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
|||||||
Reference in New Issue
Block a user