Skip to content

Commit 55f6cf5

Browse files
committed
Copy Boost DLLs into local directory
1 parent 10b1562 commit 55f6cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
copy lib\Release\*.dll lib\
9090
copy lib\Release\*.pyd lib\
9191
copy bin\Release\*.exe bin\
92-
$env:Path += ';C:\local\boost_1_87_0\lib64-msvc-14.3'
92+
copy C:\local\boost_1_87_0\lib64-msvc-14.3\*.dll lib\
9393
ctest -j 2 --output-on-failure -L ${{ matrix.tests }}
9494
- name: Combine coverage
9595
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)