diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f27c263e7..ff12be536 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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