Skip to content

Commit

Permalink
enable DLLs of static build, seventh try
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Bechtold committed Dec 30, 2024
1 parent c68e882 commit 98daed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98daed0

Please sign in to comment.