fix win mingw dll path

cmake-exportbuild
mvenditto 1 year ago committed by AT
parent d107cccf18
commit 113c25e4de

@ -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:

Loading…
Cancel
Save