Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ jobs:
run: cmake --build ${{ github.workspace }}/build --config ${{ env.cmake_build_type }} --parallel 4
- name: Install PortAudio library
run: cmake --install ${{ github.workspace }}/build --config ${{ env.cmake_build_type }}
- name: List Install Dirs (post-install)
run: ls -Ra ${{ github.workspace }}/build

# Required for vcpkg packages to be found by CMake's find_package()
- name: Enter build-test
Expand Down
Loading