Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ToKiNoBug committed Mar 11, 2024
1 parent 99492b8 commit 801267f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
vcpkg install libzip --triplet=x64-windows
mkdir test
cp C:/vcpkg/installed/x64-windows/bin/zip.dll ./test
deploy-dll ./zip.dll --cmake-prefix-path=C:/vcpkg/installed/x64-windows --verbose
ls -l ./test
deploy-dll ./test/zip.dll --cmake-prefix-path=C:/vcpkg/installed/x64-windows --verbose

0 comments on commit 801267f

Please sign in to comment.