Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 19, 2024
1 parent 10a446b commit 1a52fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a52fb6

Please sign in to comment.