mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00:00
fix win mingw dll path
This commit is contained in:
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…
Reference in New Issue
Block a user