fix win mingw dll path

This commit is contained in:
mvenditto 2023-06-18 23:47:22 +02:00 committed by AT
parent d107cccf18
commit 113c25e4de

View File

@ -394,6 +394,7 @@ jobs:
cmake -G "MinGW Makefiles" ..
cmake --build . --parallel --config Release
cp "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin\*dll" .
cp bin/*.dll .
- persist_to_workspace:
root: gpt4all-backend
paths: