diff --git a/.github/workflows/build-libs.yml b/.github/workflows/build-libs.yml index c8f0e6b..cbc69dc 100644 --- a/.github/workflows/build-libs.yml +++ b/.github/workflows/build-libs.yml @@ -131,9 +131,9 @@ jobs: - name: Build library run: "vcpkg install libsndfile:${{ matrix.triplet }} --overlay-triplets=triplets" - name: Debug Output 0 - run: "dir c:/vcpkg/installed/" + run: "dir c:/vcpkg/installed/${{ matrix.triplet }}/share" - name: Debug Output 1 - run: "dir c:/vcpkg/installed/x64-windows/bin/" + run: "dir c:/vcpkg/installed/${{ matrix.triplet }}/lib" - name: Debug Output 2 run: "dir c:/vcpkg/installed/${{ matrix.triplet }}/" - name: Copy library