Skip to content

Commit 6a08bc4

Browse files
committed
WIP: filter out more dlls
1 parent 6e037d9 commit 6a08bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-test-on.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
Copy-Item "${{ steps.locate-windows.outputs.binary }}" dist\firestarr.exe
153153
154154
# Copy required DLLs from vcpkg depending on variant
155-
copy @((Get-ChildItem -Recurse vcpkg\*.dll).FullName | Select-String ${{ case( matrix.variant == 'Debug', '', '-notMatch' ) }} debug) dist\
155+
copy @((Get-ChildItem -Recurse vcpkg\packages\*.dll).FullName | Select-String ${{ case( matrix.variant == 'Debug', '', '-notMatch' ) }} debug | Select-String bin ) dist\
156156
157157
# Bundle data files if they exist
158158
if (Test-Path fuel.lut) { Copy-Item fuel.lut dist\ }

0 commit comments

Comments
 (0)